共用方式為


ICorProfilerInfo3::GetAppDomainsContainingModule 方法

取得已載入指定之模組的應用程式定義域的識別項。

HRESULT GetAppDomainsContainingModule(
            [in] ModuleID moduleId,
            [in] ULONG32 cAppDomainIds,
            [out] ULONG32 *pcAppDomainIds,
            [out, size_is(cAppDomainIds), length_is(*pcAppDomainIds)]
                    AppDomainID appDomainIds[]);

參數

  • moduleId
    [in] 已載入之模組的 ID。

  • cAppDomainIds
    [in] appDomainIds 陣列的大小。

  • pcAppDomainIds
    [out] 傳回項目之總數的指標。

  • appDomainIds
    [out] 應用程式定義域 ID 值的陣列。

備註

這個方法會使用呼叫端配置的緩衝區。 如需詳細資訊,請參閱程式碼剖析 API 方法慣例

需求

**平台:**請參閱 .NET Framework 系統需求

**標頭:**CorProf.idl、CorProf.h

**程式庫:**CorGuids.lib

**.NET Framework 版本:**4

請參閱

參考

ICorProfilerFunctionEnum 介面

ICorProfilerInfo3 介面

其他資源

分析介面

分析 (Unmanaged API 參考)