共用方式為


ICorProfilerCallback::ClassLoadStarted 方法

通知分析工具正在卸載類別。

語法

HRESULT ClassLoadStarted(  
    [in] ClassID classId);  

參數

classId
[in] 識別正在載入的類別。

備註

呼叫 classIdICorProfilerCallback::ClassLoadFinished 方法之前,資訊要求的 值無效。

規格需求

平台:請參閱系統需求

標頭: CorProf.idl、CorProf.h

程式庫:CorGuids.lib

.NET Framework版本:自 2.0 起提供

另請參閱