ModuleHandle::GetRuntimeMethodHandleFromMetadataToken Method (Int32)
.NET Framework (current version)
Returns a runtime method handle for the method or constructor identified by the specified metadata token.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- methodToken
-
Type:
System::Int32
A metadata token that identifies a method or constructor in the module.
Return Value
Type: System::RuntimeMethodHandleA RuntimeMethodHandle for the method or constructor identified by methodToken.
.NET Framework
Available since 2.0
Available since 2.0
Show: