OneInputOneOutputCommandInputType, OutputType Class |
|
Namespace: MediaCy.Commands
Public Class OneInputOneOutputCommand(Of InputType, OutputType) Inherits BaseCommand
The OneInputOneOutputCommandInputType, OutputType type exposes the following members.
| Name | Description | |
|---|---|---|
| OneInputOneOutputCommandInputType, OutputType | Initializes a new instance of the OneInputOneOutputCommandInputType, OutputType class | |
| OneInputOneOutputCommandInputType, OutputType(String) | Initializes a new instance of the OneInputOneOutputCommandInputType, OutputType class | |
| OneInputOneOutputCommandInputType, OutputType(McCommand) | Initializes a new instance of the OneInputOneOutputCommandInputType, OutputType class |
| Name | Description | |
|---|---|---|
| Input | ||
| Output | ||
| OutputIsNew |
True if this command creates a new output.
|
| Name | Description | |
|---|---|---|
| Run |
Handle the variable assignments and command execution when running in a script.
|