Class CommandLineArgument
public class CommandLineArgument : ICommandLineItem
- Inheritance
-
CommandLineArgument
- Implements
- Inherited Members
Constructors
CommandLineArgument(string)
public CommandLineArgument(string value)
Parameters
value
string
Properties
Value
public string Value { get; }
Property Value
Methods
ToCommandLine(CommandLineVariant)
public string ToCommandLine(CommandLineVariant variant)
Parameters
variant
CommandLineVariant