Command Class

Defines methods related to command line operations

Definition

Namespace: Gemstone.Console
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.176 -- Release Build+c74560d581224bfee7a285d73926fb4fb3df8ece
public static class Command
Inheritance
Object    Command

Methods

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 "\\".

See Also