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