CRaPI - Correct Robust and Perfect API

Command Members

Command overview

Public Static Operators

Equality Operator Compares two Command objects for equality
Inequality Operator Compares two Command objects for inequality

Public Instance Constructors

CommandOverloaded. Initializes a new instance of the Command class.

Public Instance Properties

CommandStringThe command string
CommandTypeThe command type

Public Instance Methods

Equals Compares if the Command-object are equal another object.
GetHashCode Returns the hashcode of the Command object.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Fields

mCommandThe command string
mCommandTypeThe command type

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

Command Class | TeamYaffa.CRaPI.Commands Namespace