RuntimeFieldHandle Methods

 

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodEquals(Object^)

Indicates whether the current instance is equal to the specified object.(Overrides ValueType::Equals(Object^).)

System_CAPS_pubmethodEquals(RuntimeFieldHandle)

Indicates whether the current instance is equal to the specified RuntimeFieldHandle.

System_CAPS_pubmethodGetHashCode()

Returns the hash code for this instance.(Overrides ValueType::GetHashCode().)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

Populates a SerializationInfo with the data necessary to deserialize the field represented by the current instance.

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns the fully qualified type name of this instance.(Inherited from ValueType.)

Return to top
Show: