CommandLineParser Methods |
The CommandLineParser type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetArgument |
Gets a command line argument by name.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetUsage |
Gets command line usage help using the default options and no line wrapping.
|
![]() | GetUsage(Int32, WriteUsageOptions) |
Gets command line usage help.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnArgumentParsed |
Raises the ArgumentParsed event.
|
![]() | Parse(String) |
Parses the specified command line arguments.
|
![]() | Parse(String, Int32) |
Parses the specified command line arguments, starting at the specified index.
|
![]() ![]() | ParseT(String) |
Parses the specified command line arguments into the specified type.
|
![]() ![]() | ParseT(String, ParseOptions) |
Parses the specified command line arguments into the specified type.
|
![]() ![]() | ParseT(String, Int32, ParseOptions) |
Parses the specified command line arguments, starting at the specified index, into the
specified type.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WriteUsage(TextWriter, Int32) |
Writes command line usage help to the specified TextWriter using the default options.
|
![]() | WriteUsage(TextWriter, Int32, WriteUsageOptions) |
Writes command line usage help to the specified TextWriter using the specified options.
|
![]() | WriteUsageToConsole |
Writes command line usage help to the standard output stream using the default options.
|
![]() | WriteUsageToConsole(WriteUsageOptions) |
Writes command line usage help to the standard output stream using the specified options.
|