IDkmClrNcInstructionAddressResolver.ResolveMappingMetadataTypeRefToken Method

Definition

Resolve a token.

public:
 void ResolveMappingMetadataTypeRefToken(Microsoft::VisualStudio::Debugger::Clr::NativeCompilation::DkmClrNcModuleInstance ^ embeddedModule, int typeRef, [Runtime::InteropServices::Out] System::String ^ % assemblyName, [Runtime::InteropServices::Out] int % typeDef);
public void ResolveMappingMetadataTypeRefToken (Microsoft.VisualStudio.Debugger.Clr.NativeCompilation.DkmClrNcModuleInstance embeddedModule, int typeRef, out string assemblyName, out int typeDef);
abstract member ResolveMappingMetadataTypeRefToken : Microsoft.VisualStudio.Debugger.Clr.NativeCompilation.DkmClrNcModuleInstance * int * string * int -> unit
Public Sub ResolveMappingMetadataTypeRefToken (embeddedModule As DkmClrNcModuleInstance, typeRef As Integer, ByRef assemblyName As String, ByRef typeDef As Integer)

Parameters

embeddedModule
DkmClrNcModuleInstance

[In] 'DkmClrNcModuleInstance' is used for managed modules which are compiled to native code and embedded inside of a native module. Like DkmClrModuleInstance, these are 1:1 with an ICorDebugModule.

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.

Applies to