Command Members
Include Protected Members
Include Inherited Members
Represents a command that is available for use within the context of the parent element of the CommandCollection.
The Command type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Command() | Initializes a new instance of Command using the default values. | |
Command(String) | Initializes a new instance of the Command class using a name. |
Top
Methods
Name | Description | |
---|---|---|
Clone() | Creates a new, full copy of an object. | |
CopyTo(Command) | Copies a Command to the specified object. | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top