Show / Hide Table of Contents

    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

    Properties

    | Improve this Doc View Source

    SelectedCommand

    The application or subcommand that matches the command line arguments.

    Declaration
    public CommandLineApplication SelectedCommand { get; set; }
    Property Value
    Type Description
    CommandLineApplication
    | Improve this Doc View Source

    ValidationResult

    The result of executing all valiation on selected options and arguments.

    Declaration
    public ValidationResult ValidationResult { get; set; }
    Property Value
    Type Description
    System.ComponentModel.DataAnnotations.ValidationResult
    • Improve this Doc
    • View Source
    Back to top Generated with docfx