ICorDebugManagedCallback::Breakpoint 方法

遇到断点时,通知调试程序。

语法

HRESULT Breakpoint (  
    [in] ICorDebugAppDomain  *pAppDomain,  
    [in] ICorDebugThread     *pThread,  
    [in] ICorDebugBreakpoint *pBreakpoint  
);  

参数

pAppDomain
[in] 指向 ICorDebugAppDomain 对象的指针,该对象表示包含断点的应用程序域。

pThread
[in] 指向 ICorDebugThread 对象的指针,该对象表示包含断点的线程。

pBreakpoint
[in] 指向 ICorDebugBreakpoint 对象的指针,该对象表示断点。

要求

平台:请参阅系统要求

标头:CorDebug.idl、CorDebug.h

库:CorGuids.lib

.NET Framework 版本:自 1.0 起可用

请参阅