RuntimeMethodHandle Structure
RuntimeMethodHandle is a handle to the internal metadata representation of a method.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Value | Gets the value of this instance. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Indicates whether this instance is equal to a specified object.(Overrides ValueType::Equals(Object^).) |
![]() | Equals(RuntimeMethodHandle) | Indicates whether this instance is equal to a specified RuntimeMethodHandle. |
![]() | GetFunctionPointer() | Obtains a pointer to the method represented by this instance. |
![]() | GetHashCode() | Returns the hash code for this instance.(Overrides ValueType::GetHashCode().) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | Populates a SerializationInfo with the data necessary to deserialize the field represented by this instance. |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(RuntimeMethodHandle, RuntimeMethodHandle) | Indicates whether two instances of RuntimeMethodHandle are equal. |
![]() ![]() | Inequality(RuntimeMethodHandle, RuntimeMethodHandle) | Indicates whether two instances of RuntimeMethodHandle are not equal. |
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



