Constructor CommandlineValue
CommandlineValue(String)
Initializes a new instance of the CommandlineValue class.
Declaration
public CommandlineValue(string text)
Parameters
public CommandlineValue(string text)
String | text | Full text of the value (without the outermost quotes that may be applied to allow spaces, etc...) |