Parser Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
Parser() |
Inicializuje novou instanci Parser třídy pomocí výchozího RootCommand. |
Parser(Command) |
Inicializuje novou instanci Parser třídy pomocí zadaného příkazu. |
Parser(CommandLineConfiguration) |
Inicializuje novou instanci Parser třídy pomocí zadané konfigurace. |
Parser()
Inicializuje novou instanci Parser třídy pomocí výchozího RootCommand.
public:
Parser();
public Parser ();
Public Sub New ()
Platí pro
Parser(Command)
Inicializuje novou instanci Parser třídy pomocí zadaného příkazu.
public:
Parser(System::CommandLine::Command ^ command);
public Parser (System.CommandLine.Command command);
new System.CommandLine.Parsing.Parser : System.CommandLine.Command -> System.CommandLine.Parsing.Parser
Public Sub New (command As Command)
Parametry
- command
- Command
Kořenový příkaz analyzátoru.
Platí pro
Parser(CommandLineConfiguration)
Inicializuje novou instanci Parser třídy pomocí zadané konfigurace.
public:
Parser(System::CommandLine::CommandLineConfiguration ^ configuration);
public Parser (System.CommandLine.CommandLineConfiguration configuration);
new System.CommandLine.Parsing.Parser : System.CommandLine.CommandLineConfiguration -> System.CommandLine.Parsing.Parser
Public Sub New (configuration As CommandLineConfiguration)
Parametry
- configuration
- CommandLineConfiguration
Konfigurace, na které je založena gramatika a chování analyzátoru.