ICorDebugAssembly3::GetContainerAssembly Method
Returns the container assembly of this ICorDebugAssembly3
object.
Syntax
HRESULT GetContainerAssembly(
ICorDebugAssembly **ppAssembly
);
Parameters
ppAssembly
A pointer to the address of an ICorDebugAssembly object that represents the container assembly, or null if the method call fails.
Return Value
S_OK
if the method call succeeds; otherwise, S_FALSE
, and ppAssembly
is null.
Remarks
If this assembly has been merged with others inside a single container assembly, this method returns the container assembly. For more information and terminology, see the ICorDebugProcess6::EnableVirtualModuleSplitting topic.
Note
This method is available with .NET Native only.
Requirements
Platforms: See System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 4.6, .NET Native only