Class ParseResult
The result of parsing command line arguments.
Inheritance
System.Object
    ParseResult
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: McMaster.Extensions.CommandLineUtils.Abstractions
Assembly: McMaster.Extensions.CommandLineUtils.dll
Syntax
public class ParseResult
  Constructors
| Improve this Doc View SourceParseResult(CommandLineApplication)
Initializes ParseResult.
Declaration
public ParseResult(CommandLineApplication selectedCommand)
  Parameters
| Type | Name | Description | 
|---|---|---|
| CommandLineApplication | selectedCommand | The command selected for execution.  | 
      
Properties
| Improve this Doc View SourceSelectedCommand
The application or subcommand that matches the command line arguments.
Declaration
public CommandLineApplication SelectedCommand { get; set; }
  Property Value
| Type | Description | 
|---|---|
| CommandLineApplication |