Property | Type | Description | |
---|---|---|---|
Arguments | List |
Method | Description | |
---|---|---|
Add ( ) : void | ||
Add ( string argument, bool forceQuotes = false ) : void | ||
AddFileName ( string fileName, bool forceQuotes = false ) : void | ||
EscapeBackslashes ( string argument ) : string | ||
EscapeBackslashesForTrailingQuote ( string argument ) : string | ||
EscapeShellMetacharacters ( string argument ) : string | ||
PrefixFileName ( string argument ) : string | ||
QuoteArgument ( string argument, bool forceQuotes = false ) : string | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
ProcessArgument ( Argument argument, bool escapeForShell = false ) : string |
public Add ( string argument, bool forceQuotes = false ) : void | ||
argument | string | |
forceQuotes | bool | |
return | void |
public AddFileName ( string fileName, bool forceQuotes = false ) : void | ||
fileName | string | |
forceQuotes | bool | |
return | void |
public static EscapeBackslashes ( string argument ) : string | ||
argument | string | |
return | string |
public static EscapeBackslashesForTrailingQuote ( string argument ) : string | ||
argument | string | |
return | string |
public static EscapeShellMetacharacters ( string argument ) : string | ||
argument | string | |
return | string |
public static PrefixFileName ( string argument ) : string | ||
argument | string | |
return | string |
protected static ProcessArgument ( Argument argument, bool escapeForShell = false ) : string | ||
argument | Argument | |
escapeForShell | bool | |
return | string |
public static QuoteArgument ( string argument, bool forceQuotes = false ) : string | ||
argument | string | |
forceQuotes | bool | |
return | string |