Public Member Functions | |
ShellCommands (object[] objectsWithShellCommands) | |
string | ExecuteCommand (string command, string parameters) |
Executes a shell command. | |
ArrayList | GetCommandNames () |
Return the name of all commands. | |
Static Public Member Functions | |
static string | OutputToString (object output) |
Private Attributes | |
Hashtable | _shellCommands = CollectionsUtil.CreateCaseInsensitiveHashtable() |
Hashtable | _shellObjects = CollectionsUtil.CreateCaseInsensitiveHashtable() |
|
|
|
Executes a shell command.
|
|
Return the name of all commands.
|
|
Turns output from a ShellCommandDelegate into a string.
|
|
|
|
|