ExecutionCommand(ExecutionCommand) Constructor

Initializes a new instance of the ExecutionCommand class.
public ExecutionCommand( 
ExecutionCommand command 
)
This language is not supported or no code example is available.
public:  
ExecutionCommand( 
ExecutionCommand^ command 
)
This language is not supported or no code example is available.
public function ExecutionCommand( 
command : ExecutionCommand 
);
This language is not supported or no code example is available.

Parameters

command
ExecutionCommand

The command.

In this article

Definition