ICorDebugManagedCallback::LoadClass 方法
通知调试器已加载类。
语法
HRESULT LoadClass (
[in] ICorDebugAppDomain *pAppDomain,
[in] ICorDebugClass *c
);
参数
pAppDomain
[in]指向 ICorDebugAppDomain 对象的指针,该对象表示已加载类的应用程序域。
c
[in]指向表示该类的 ICorDebugClass 对象的指针。
注解
只有在为包含类的模块启用类加载的情况下,才会发生此回调。 始终为动态模块启用类加载。
LoadClass
回调提供适当的时间将断点绑定到动态模块中新生成的类。
要求
平台:请参阅系统要求。
标头:CorDebug.idl、CorDebug.h
库:CorGuids.lib
.NET Framework 版本:自 1.0 起可用