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