通知调试器公共语言运行时 (CLR) 程序集已成功加载。
Syntax
HRESULT LoadAssembly (
[in] ICorDebugAppDomain *pAppDomain,
[in] ICorDebugAssembly *pAssembly
);
参数
pAppDomain [in]指向 ICorDebugAppDomain 对象的指针,该对象表示程序集加载到的应用程序域。
pAssembly [in]指向表示程序集的 ICorDebugAssembly 对象的指针。
要求
平台: 请参阅 .NET 支持的作系统。
页眉: CorDebug.idl、CorDebug.h
图书馆: CorGuids.lib
.NET 版本: 自 .NET Framework 1.0 起可用