ProcessorInstance is a handle to the common functionality of a scriptable processor.
This could be a GeneratorInstance etc., but with limited structural API available. Use this together with ControlContext to query and send commands to the processor.
Method | Description |
---|---|
Equals | Checks if this instance equals another. |
GetHashCode | Retrieves a hash code based on this instance. |
Operator | Description |
---|---|
operator != | Checks if two instances are not equal. |
operator == | Checks if two instances are equal. |