ICorDebugModuleBreakpoint::GetModule 方法

获取指向引用在其中设置此断点的模块的“ICorDebugModule”的接口指针。

Syntax

HRESULT GetModule (
    [out] ICorDebugModule   **ppModule
);

参数

ppModule [out]指向引用在其中设置断点的模块的接口地址 ICorDebugModule 的指针。

要求

平台: 请参阅 .NET 支持的作系统

页眉: CorDebug.idl、CorDebug.h

图书馆: CorGuids.lib

.NET 版本: 自 .NET Framework 1.0 起可用

另请参阅