ICorDebugModule.GetAssembly(ICorDebugAssembly) 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.
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