Click or drag to resize

Command Class

Defines methods related to command line operations
Inheritance Hierarchy
SystemObject
  GSF.ConsoleCommand

Namespace: GSF.Console
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public static class Command
View Source

The Command type exposes the following members.

Methods
 NameDescription
Public methodStatic memberExecute(String, String, Int32) Executes a command line operation and returns its standard output and exit code or throws an exception with the standard error.
Public methodStatic memberExecute(String, String, String, String, Int32) Executes a command line operation and returns true if there was no standard error reported.
Public methodStatic memberExecute(String, String, String, String, Boolean, Int32, Int32) Executes a command line operation and returns true if there was no standard error reported.
Public Extension MethodShellDecode Decodes a command line parameter previously encoded by ShellEncode(String).
Public Extension MethodShellEncode Shell encodes a command line parameter by converting "\" to "\\".
Top
See Also