Click or drag to resize

CommandType Methods

The CommandType type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecute
Executes the developer provided event handler method for this CommandType object.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetOwnerCommandLine
Retrieve a reference to the CommandLineType object that this command belongs to.
Public methodGetParameterByName
Retrieve a full ParameterType object by it's ParamText property value, if it exists.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetFunction
Manually add your own event handler that will be called when a user types this command.
Public methodSetOwnerCommandLine
Assign your command object to a specific CommandLinType object.
Public methodSetUserParams
After user command is parsed, all words found are passed here as a string list.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also