Click or drag to resize

SimpleParse Properties

The SimpleParse type exposes the following members.

Properties
 NameDescription
Public propertyIsEmpty Gets a flag indicating if no arguments of any type are specifeid.
Public propertyIsHelp Gets a flag indicating if the only argument is the single switch /?.
Public propertyPositionalCount Gets a count of positional arguments.
Public propertyPositionals Gets an array of positional argument strings.
Public propertySwitchCount Gets a count of distinct switch arguments.
Public propertySwitches Gets an array of Switch class instances, each containing full information about each distinct switch argument.
Top
See Also