DkmClrNcModuleInstance.ResolveMappingMetadataTypeRefToken Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resolve a token.
This API was introduced in Visual Studio 15 Update 8 (DkmApiVersion.VS15Update8).
public:
void ResolveMappingMetadataTypeRefToken(int TypeRef, [Runtime::InteropServices::Out] System::String ^ % AssemblyName, [Runtime::InteropServices::Out] int % TypeDef);
public void ResolveMappingMetadataTypeRefToken (int TypeRef, out string AssemblyName, out int TypeDef);
member this.ResolveMappingMetadataTypeRefToken : int * string * int -> unit
Public Sub ResolveMappingMetadataTypeRefToken (TypeRef As Integer, ByRef AssemblyName As String, ByRef TypeDef As Integer)
Parameters
- TypeRef
- Int32
[In] The type ref token.
- AssemblyName
- String
[Out] The name of the assembly containing the type.
- TypeDef
- Int32
[Out] The type def token.