| CommandLineArgument Class |
Namespace: SandcastleBuilder.MicrosoftHelpViewer
The CommandLineArgument type exposes the following members.
| Name | Description | |
|---|---|---|
| CommandLineArgument |
Constructor
|
| Name | Description | |
|---|---|---|
| Equals | (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.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MatchesSwitch |
This is used to see if the argument matches the specified
switch argument name.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToCommandLineOption |
Returns the value as a command line option
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| IsSwitch |
This read-only property returns whether or not the value is a
command line switch.
| |
| Value |
This read-only property returns the argument value
|