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