Class CommandlineValue
Command line argument value
Inheritance
CommandlineValue
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Ubiquity.CommandlineParsing
Assembly: Ubiquity.CommandlineParsing.dll
Syntax
public class CommandlineValue : ICommandlineArgument
Remarks
A value is either a positional argument (with outer most quoting removed) or the value of an option.
Constructors
CommandlineValue(String) | Initializes a new instance of the CommandlineValue class. |
Properties
Text | Gets the full text of argument |
Methods
ToString() |