Skip to content

T_CommandLine_ParserExtensions

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

ParserExtensions Class

Defines generic overloads for ParseArguments(IEnumerable(String), Type[]).

Inheritance Hierarchy

System.Object
  CommandLine.ParserExtensions
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

public static class ParserExtensions

VB

<ExtensionAttribute>
Public NotInheritable Class ParserExtensions

C++

[ExtensionAttribute]
public ref class ParserExtensions abstract sealed

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ParserExtensions =  class end

Methods

 

Name Description
Public methodStatic member ParseArguments(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
Public methodStatic member ParseArguments(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
Public methodStatic member ParseArguments(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
Public methodStatic member ParseArguments(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
Public methodStatic member ParseArguments(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
Public methodStatic member ParseArguments(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
Public methodStatic member ParseArguments(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
Public methodStatic member ParseArguments(T1, T2)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
Public methodStatic member ParseArguments(T1, T2, T3)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
Public methodStatic member ParseArguments(T1, T2, T3, T4)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
Public methodStatic member ParseArguments(T1, T2, T3, T4, T5)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
Public methodStatic member ParseArguments(T1, T2, T3, T4, T5, T6)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
Public methodStatic member ParseArguments(T1, T2, T3, T4, T5, T6, T7)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
Public methodStatic member ParseArguments(T1, T2, T3, T4, T5, T6, T7, T8)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
Public methodStatic member ParseArguments(T1, T2, T3, T4, T5, T6, T7, T8, T9)(Parser, IEnumerable(String)) Parses a string array of command line arguments for verb commands scenario, constructing the proper instance from types as generic arguments. Grammar rules are defined decorating public properties with appropriate attributes. The VerbAttribute must be applied to types in the array.
  Back to Top

See Also

Reference

CommandLine Namespace

Clone this wiki locally