Click or drag to resize

Procedure Class

Class that holds a collection of QuickLogic code and the ability to execute it.
Inheritance Hierarchy
SystemObject
  Demo3D.QuickLogicProcedure

Namespace:  Demo3D.QuickLogic
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
public class Procedure : IOwnedByVisual, ICloneable

The Procedure type exposes the following members.

Constructors
  NameDescription
Public methodProcedure
Construct a new QuickLogic procedure.
Top
Properties
  NameDescription
Public propertyContainsExecutableCode
Does the QuickLogic procedure contain any statements or is it empty.
Public propertyName
The name of this QuickLogic procedure.
Public propertyParameterFormat
A format string that represents the names and types of any parameters that are expected by this QuickLogic procedure when it is executed.
Public propertyVisual
The Visual that this QuickLogic procedure is bound to.
Top
Methods
  NameDescription
Public methodClone
Clone a QuickLogic procedure.
Public methodExecute
Execute the QuickLogic procedure now.
Top
See Also