Delegate CommandShellCommandDelegate
Delegate which must be used to register shell methods
Namespace: Simplic.CommandShell
Assembly: Simplic.CommandShell.dll
Syntax
public delegate string CommandShellCommandDelegate(string commandName, CommandShellParameterCollection parameter);
Parameters
Type | Name | Description |
---|---|---|
System.String | commandName | Name of the command |
CommandShellParameterCollection | parameter | array with parameter |
Returns
Type | Description |
---|---|
System.String | Result of the command |