ICorProfilerCallback::ClassLoadStarted 方法

让探查器知晓正在加载某个类。

语法

HRESULT ClassLoadStarted(  
    [in] ClassID classId);  

参数

classId
[in] 标识要加载的类。

注解

在调用 ICorProfilerCallback::ClassLoadFinished 方法之前,classId 的值对信息请求无效。

要求

平台:请参阅系统要求

头文件: CorProf.idl、CorProf.h

库:CorGuids.lib

.NET Framework 版本:自 2.0 起可用

另请参阅