public static string[] GetDefaultArgumentNamePrefixes()Public Shared Function GetDefaultArgumentNamePrefixes As String()
Dim returnValue As String()
returnValue = CommandLineParser.GetDefaultArgumentNamePrefixes()public:
static array<String^>^ GetDefaultArgumentNamePrefixes()The default prefixes for each platform are:
| Platform | Prefixes |
|---|---|
| Windows | '-' and '/' |
| Other | '-' |
If the Mode property is LongShort, these prefixes will be used for short argument names. The DefaultLongArgumentNamePrefix constant is the default prefix for long argument names regardless of platform.