Adds a command to execute.
Namespace: CleanCode.RemoteCommandsAssembly: CleanCode.RemoteCommands (in CleanCode.RemoteCommands.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Parameters
- cmd
- Type: System String
The command.
- filterRE
- Type: System String
The output filter (a regular expression).
- outputFormat
- Type: System String
A format string fed to Format(String, Object ).
Remarks
See Also