ICorDebugModule2.ResolveAssembly(UInt32, ICorDebugAssembly) Method

Definition

public:
 int ResolveAssembly(System::UInt32 tkAssemblyRef, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugAssembly ^ % ppAssembly);
public int ResolveAssembly (uint tkAssemblyRef, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugAssembly ppAssembly);
abstract member ResolveAssembly : uint32 * ICorDebugAssembly -> int
Public Function ResolveAssembly (tkAssemblyRef As UInteger, ByRef ppAssembly As ICorDebugAssembly) As Integer

Parameters

tkAssemblyRef
UInt32
ppAssembly
ICorDebugAssembly

Returns

Returns Int32.

Applies to