public T Parse(
string[] args
)
Public Function Parse (
args As String()
) As T
Dim instance As CommandLineParser
Dim args As String()
Dim returnValue As T
returnValue = instance.Parse(args)
public:
T 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. |