public Object? Parse(
ReadOnlyMemory<string> args
)Public Function Parse (
args As ReadOnlyMemory(Of String)
) As Object
Dim instance As CommandLineParser
Dim args As ReadOnlyMemory(Of String)
Dim returnValue As Object
returnValue = instance.Parse(args)public:
Object^ Parse(
ReadOnlyMemory<String^> args
)If the return value is , check the HelpRequested property to see if usage help should be displayed.
| CommandLineArgumentException | An error occurred parsing the command line. Check the CommandLineArgumentExceptionCategory property for the exact reason for the error. |