Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
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