Share via


ICorDebugModule.GetAssembly(ICorDebugAssembly) Method

Definition

public:
 void GetAssembly([Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugAssembly ^ % ppAssembly);
public:
 int GetAssembly([Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugAssembly ^ % ppAssembly);
public void GetAssembly (out Microsoft.VisualStudio.CorDebugInterop.ICorDebugAssembly ppAssembly);
public int GetAssembly (out Microsoft.VisualStudio.CorDebugInterop.ICorDebugAssembly ppAssembly);
abstract member GetAssembly : ICorDebugAssembly -> unit
abstract member GetAssembly : ICorDebugAssembly -> int
Public Sub GetAssembly (ByRef ppAssembly As ICorDebugAssembly)
Public Function GetAssembly (ByRef ppAssembly As ICorDebugAssembly) As Integer

Parameters

ppAssembly
ICorDebugAssembly

Returns

Applies to