หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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