The CommandUtils type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | ContainsCommandType<(Of <(T>)>) |
A convenience method that determines if the CommandInfoCollection contains the specified command
type. Returns true of the CommandInfoCollection contains the specified type, false otherwise.
|
![]() ![]() | ContainsMultipleCommandType<(Of <(T>)>) |
A convenience method to determine if the CommandInfoCollection contains multiple commands
of the specified type.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | FindCommand<(Of <(T>)>) |
This is a convenience method for use by subclasses to retrieve a specific
EndecaCommand from a collection of CommandInfos
based on the type and ID of the command. It throws a
CommandNotFoundException if a command of the specified
type and ID cannot be found.
|
![]() ![]() | FindCommandInfo<(Of <(T>)>) |
This is a convenience method for use by subclasses to retrieve a specific
CommandInfo from a collection of CommandInfos
based on the type and ID of the underlying command. It throws a
CommandNotFoundException if a CommandInfo with
a command of the specified type and ID cannot be found.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |