Class ProcessUtils
Command-line utilities.
Namespace: XploRe.Diagnostics
Assembly: XploRe.Diagnostics.dll
Syntax
public static class ProcessUtils : Object
Properties
Name | Description |
---|---|
EscapedEmptyArgument | Platform-dependent escaped version of an empty argument. |
Methods
Name | Description |
---|---|
EscapeArguments(IEnumerable<String>) | Escapes arguments for spawning processes or passing arguments as a single argument. |