Click or drag to resize
BadOptionInfo Class
Models a bad parsed option.
Inheritance Hierarchy
SystemObject
  X3Platform.CommandLineBadOptionInfo

Namespace: X3Platform.CommandLine
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public sealed class BadOptionInfo

The BadOptionInfo type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyLongName
Gets the long name of the option.
Public propertyShortName
Gets the short name of the option.
Top
See Also