Operation Properties |
The Operation type exposes the following members.
Name | Description | |
---|---|---|
![]() | ControlInputs |
Get list of all control inputs to an operation.
|
![]() | ControlOutputs |
Get the list of operations that have the current operation as a control input.
|
![]() | Device |
Get the name of the device this operation runs on
|
![]() | Empty |
Return true if the operation is empty
|
![]() | Inputs |
Get the inputs
|
![]() | Name |
Get the name of the operation
|
![]() | NumControlInputs |
Get the number of control inputs
|
![]() | NumControlOutputs |
Get the number of control outputs.
|
![]() | NumInputs |
Get the number of inputs for this operation
|
![]() | NumOutputs |
Get the number of outputs for this operation
|
![]() | OpType |
Get the operation type
|
![]() | Outputs |
Get the outputs
|
![]() | Ptr |
Get the unmanaged pointer to the Operation
|