Edit

Share via


CommandLineConfiguration.Parse Method

Definition

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

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

Returns

Applies to