Click or drag to resize

Command Methods

The Command type exposes the following members.

Methods
  Name Description
Public method Static member 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.
Public method Static member Execute(String, String, String, String, Int32) Executes a command line operation and returns true if there was no standard error reported.
Public method Static member Execute(String, String, String, String, Boolean, Int32, Int32) Executes a command line operation and returns true if there was no standard error reported.
Public Extension Method ShellDecode Decodes a command line parameter previously encoded by ShellEncode(String).
Public Extension Method ShellEncode Shell encodes a command line parameter by converting "\" to "\\".
Top
See Also