McCommandExtended Class |
![]() |
Namespace: MediaCy.IQL.Application
Public Class McCommandExtended Inherits McCommand Implements ICustomTypeDescriptor
The McCommandExtended type exposes the following members.
Name | Description | |
---|---|---|
![]() | McCommandExtended | Initializes a new instance of the McCommandExtended class |
![]() | McCommandExtended(String) | Initializes a new instance of the McCommandExtended class |
![]() | McCommandExtended(McCommand, String) | Initializes a new instance of the McCommandExtended class |
Name | Description | |
---|---|---|
![]() | InputDataSize |
Returns the approximate input size to process in bytes
|
![]() | InputDescription |
Returns a description of the current input
|
![]() | IsReady |
A command is ready to be processed when all its inputs are ready, that is none is locked or unavailable.
(Overrides McCommandIsReady.) |
Name | Description | |
---|---|---|
![]() | Run |
Handle the variable assignments and execution when running in a script.
(Overrides McCommandRun.) |