System.RuntimeMethodHandle Members

The members of System.RuntimeMethodHandle are listed below.

See Also: Inherited members from System.ValueType

Public Properties

[read-only]
ValueIntPtr.

Gets the value of this instance.

Public Methods

override
Equals(object) : bool

Indicates whether this instance is equal to a specified object.

Equals(RuntimeMethodHandle) : bool

Indicates whether this instance is equal to a specified RuntimeMethodHandle.

GetFunctionPointer() : IntPtr

Obtains a pointer to the method represented by this instance.

override
GetHashCode() : int

Returns the hash code for this instance.

GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)

Populates a System.Runtime.Serialization.SerializationInfo with the data necessary to deserialize the field represented by this instance.

Public Operators

static
Equality(RuntimeMethodHandle, RuntimeMethodHandle)

Indicates whether two instances of RuntimeMethodHandle are equal.

static
Inequality(RuntimeMethodHandle, RuntimeMethodHandle)

Indicates whether two instances of RuntimeMethodHandle are not equal.