CommandLine
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Properties | List of all members
CommandLine.HelpVerbRequestedError Class Reference

Models an error generated when a user explicit requests help in verb commands scenario. More...

Inheritance diagram for CommandLine.HelpVerbRequestedError:
CommandLine.Error

Properties

string Verb [get]
 Verb command string. More...
 
Type Type [get]
 System.Type of verb command. More...
 
bool Matched [get]
 trueif verb command is found; otherwise false. More...
 
- Properties inherited from CommandLine.Error
ErrorType Tag [get]
 Error type discriminator, defined as CommandLine.ErrorType enumeration. More...
 

Additional Inherited Members

- Public Member Functions inherited from CommandLine.Error
override bool Equals (object obj)
 Determines whether the specified System.Object is equal to the current System.Object. More...
 
override int GetHashCode ()
 Serves as a hash function for a particular type. More...
 
bool Equals (Error other)
 Returns a value that indicates whether the current instance and a specified CommandLine.Error have the same value. More...
 

Detailed Description

Models an error generated when a user explicit requests help in verb commands scenario.

Property Documentation

bool CommandLine.HelpVerbRequestedError.Matched
get

trueif verb command is found; otherwise false.

Type CommandLine.HelpVerbRequestedError.Type
get

System.Type of verb command.

string CommandLine.HelpVerbRequestedError.Verb
get

Verb command string.


The documentation for this class was generated from the following file: