Command Methods
The Command type exposes the following members.
Methods
|
Name |
Description |
---|---|---|
|
Creates a new object that is a deep copy of the current Command. | |
|
Determines whether the specified Object is equal to the current Command. (Overrides Object.Equals(Object).) | |
|
Indicates whether the current Command is equal to another Command. | |
|
Serves as the default hash function. (Overrides Object.GetHashCode..) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Creates a new Command that is a shallow copy of the current Command. | |
|
Returns a String that represents the Name of the current Command. (Overrides Object.ToString..) |
Extension Methods
|
Name |
Description |
---|---|---|
|
Overloaded. Returns an unformatted JSON String that represents the current Command. (Defined by CommandExtensions.) | |
|
Overloaded. Returns an unformatted JSON String that represents the current Command. (Defined by CommandExtensions.) | |
|
Overloaded. Returns a JSON String that represents the current Command. (Defined by CommandExtensions.) |