CommandLineConfiguration.Parse Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Parse(IReadOnlyList<String>)
- Source:
- CommandLineConfiguration.cs
public:
System::CommandLine::ParseResult ^ Parse(System::Collections::Generic::IReadOnlyList<System::String ^> ^ args);
public System.CommandLine.ParseResult Parse(System.Collections.Generic.IReadOnlyList<string> args);
member this.Parse : System.Collections.Generic.IReadOnlyList<string> -> System.CommandLine.ParseResult
Public Function Parse (args As IReadOnlyList(Of String)) As ParseResult
Parameters
- args
- IReadOnlyList<String>
Returns
Applies to
Parse(String)
- Source:
- CommandLineConfiguration.cs
public:
System::CommandLine::ParseResult ^ Parse(System::String ^ commandLine);
public System.CommandLine.ParseResult Parse(string commandLine);
member this.Parse : string -> System.CommandLine.ParseResult
Public Function Parse (commandLine As String) As ParseResult
Parameters
- commandLine
- String