| Parse | Parses the arguments returned by the EnvironmentGetCommandLineArgs method. | 
| Parse(ReadOnlyMemoryString) | Parses the specified command line arguments. | 
| Parse(String) | Parses the specified command line arguments. | 
| ParseT(ParseOptions) | Parses the arguments returned by the EnvironmentGetCommandLineArgs method using the type T. | 
| ParseT(ReadOnlyMemoryString, ParseOptions) | Parses the specified command line arguments using the type T. | 
| ParseT(String, ParseOptions) | Parses the specified command line arguments using the type T. |