public Object? Parse()
Public Function Parse As Object
Dim instance As CommandLineParser
Dim returnValue As Object
returnValue = instance.Parse()
public:
Object^ Parse()
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. |