Class CommandlineOption
Result of a single parsed command line option
Inheritance
CommandlineOption
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 CommandlineOption : ICommandlineArgument
Constructors
CommandlineOption(String, String, String, String, CommandlineValue) | Initializes a new instance of the CommandlineOption class. |
CommandlineOption(String, String, String, CommandlineValue) | Initializes a new instance of the CommandlineOption class. |
Properties
Delimiter | Gets the value delimiter, if any |
Name | Gets the name of the option this may be an empty string for parsers that allow that |
SwitchLeader | Gets the switch that introduced this option |
Text | Gets the full text of argument |
Value | Gets the value of the option |
Methods
ToString() |