CommandLineParser.Parse Method

Overload List

Parse() Parses the arguments returned by the Environment.GetCommandLineArgs() method.
Parse(ReadOnlyMemory<String>) Parses the specified command line arguments.
Parse(String[]) Parses the specified command line arguments.
Parse<T>(ParseOptions) Parses the arguments returned by the Environment.GetCommandLineArgs() method using the type T.
Parse<T>(ReadOnlyMemory<String>, ParseOptions) Parses the specified command line arguments using the type T.
Parse<T>(String[], ParseOptions) Parses the specified command line arguments using the type T.

See Also