This documentation is archived and is not being maintained.
ModuleHandle::ResolveMethodHandle Method
Visual Studio 2010
Returns a runtime method handle for a method or constructor identified by a metadata token.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ResolveMethodHandle(Int32) | Returns a runtime method handle for the method or constructor identified by the specified metadata token. |
|
ResolveMethodHandle(Int32, array<RuntimeTypeHandle>, array<RuntimeTypeHandle>) | Returns a runtime method handle for the method or constructor identified by the specified metadata token, specifying the generic type arguments of the type and method where the token is in scope. |
Show: