This documentation is archived and is not being maintained.
ModuleHandle::ResolveTypeHandle Method
Visual Studio 2010
Returns a runtime type handle for a type 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 | |
|---|---|---|
|
ResolveTypeHandle(Int32) | Returns a runtime type handle for the type identified by the specified metadata token. |
|
ResolveTypeHandle(Int32, array<RuntimeTypeHandle>, array<RuntimeTypeHandle>) | Returns a runtime type handle for the type identified by the specified metadata token, specifying the generic type arguments of the type and method where the token is in scope. |
Show: