Command Class
Defines methods related to command line operations
Namespace: Gemstone.ConsoleAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.150 -- Release Build+64e3b411e1abfbd2d4d8a81e850c3909a0ce8731
public static class Command
<ExtensionAttribute>
Public NotInheritable Class Command
[ExtensionAttribute]
public ref class Command abstract sealed
Gemstone.Console.Command = function();
Type.createClass(
'Gemstone.Console.Command');
- Inheritance
- Object Command
| Execute(String, String, Int32) |
Executes a command line operation and returns its standard output and exit code or throws an exception with the standard error.
|
| Execute(String, String, String, String, Int32) |
Executes a command line operation and returns true if there was no standard error reported.
|
| Execute(String, String, String, String, Boolean, Int32, Int32) |
Executes a command line operation and returns true if there was no standard error reported.
|
| ShellDecode |
Decodes a command line parameter previously encoded by ShellEncode(String).
|
| ShellEncode |
Shell encodes a command line parameter by converting "\" to "\\".
|