Click or drag to resize

DefaultHelpCommand Properties

The DefaultHelpCommand type exposes the following members.

Properties
  NameDescription
Public propertyDisplayName
Gets the display name.
(Inherited from DefaultCommand.)
Public propertyIsCaseIgnored
Gets a value indicating whether this instance ignores the case of the command.
(Inherited from DefaultCommand.)
Public propertyIsMethodMemberOfPlayer
Gets a value indicating whether this instance is method member of player.
(Inherited from DefaultCommand.)
Public propertyMethod
Gets the method.
(Inherited from DefaultCommand.)
Public propertyNames
Gets the names.
(Inherited from DefaultCommand.)
Public propertyParameters
Gets the parameters.
(Inherited from DefaultCommand.)
Public propertyPermissionCheckers
Gets the permission checkers.
(Inherited from DefaultCommand.)
Public propertyUsageMessage
Gets the usage message.
(Inherited from DefaultCommand.)
Top
See Also