System.ModuleHandle.GetRuntimeMethodHandleFromMetadataToken Method

Returns a runtime method handle for the method or constructor identified by the specified metadata token.

Syntax

public RuntimeMethodHandle GetRuntimeMethodHandleFromMetadataToken (int methodToken)

Parameters

methodToken
A metadata token that identifies a method or constructor in the module.

Returns

A RuntimeMethodHandle for the method or constructor identified by methodToken.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0