An NDoc Documented Class Library

CCurrentValue Methods

The methods of the CCurrentValue class are listed below. For a complete list of CCurrentValue class members, see the CCurrentValue Members topic.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetI32 Gets the current signed 32 bit integer value at the specified slot.
GetString Gets the current string value at the specified slot.
GetType (inherited from Object)Gets the Type of the current instance.
GetU32 Gets the current unsigned 32 bit integer value at the specified slot.
IsValid Checks if the slot currently contains a valid value.
Reset Resets the current valid values to not-set.
SetI32 Sets the current signed 32 bit integer value at the specified slot.
SetString Sets the current string value at the specified slot.
SetU32 Sets the current unsigned 32 bit integer value at the specified slot.
ToString (inherited from Object)Returns a String that represents the current Object.

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

CCurrentValue Class | FAST Namespace