Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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 .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 4.6