ICorProfilerCallback::ModuleAttachedToAssembly 方法
通知分析工具,模組正連結至其父組件。
語法
HRESULT ModuleAttachedToAssembly(
[in] ModuleID moduleId,
[in] AssemblyID AssemblyId);
參數
moduleId
[in] 所連結模組的識別碼。
AssemblyId
[in] 模組連結至的父組件識別碼。
備註
模組可透過匯入位址表 (IAT)、透過對 LoadLibrary
的呼叫,或透過中繼資料參考載入。 因此,通用語言執行平台 (CLR) 載入器有多個程式碼路徑,可用來判斷模組存留的組件。 因此,在呼叫 ICorProfilerCallback::ModuleLoadFinished 之後,模組就不知道其所在的組件,而且無法取得父組件識別碼。 在模組連結至其父組件並可取得其父組件識別碼時,就會呼叫 ModuleAttachedToAssembly
方法。
規格需求
平台:請參閱系統需求。
標頭: CorProf.idl、CorProf.h
程式庫:CorGuids.lib
.NET Framework版本:自 2.0 起可用