public override CommandLineParser CreateParser()
Public Overrides Function CreateParser As CommandLineParser
Dim instance As GeneratedCommandInfo
Dim returnValue As CommandLineParser
returnValue = instance.CreateParser()
public:
virtual CommandLineParser^ CreateParser() override
If the UseCustomArgumentParsing property is , the command cannot be created using the CommandLineParser class, and you must use the CreateInstanceWithCustomParsing method or CreateInstanceWithResult(ReadOnlyMemoryString) method instead.
InvalidOperationException | The command uses the ICommandWithCustomParsing interface. |