ICorDebugModuleBreakpoint::GetModule 方法
获取指向“ICorDebugModule”的接口指针,该指针会引用设置了此断点的模块。
语法
HRESULT GetModule (
[out] ICorDebugModule **ppModule
);
参数
ppModule
[out] 指向 ICorDebugModule
接口地址的指针,该接口引用已设置断点的模块。
要求
平台:请参阅系统要求。
标头:CorDebug.idl、CorDebug.h
库:CorGuids.lib
.NET Framework 版本:自 1.0 起可用