C# Класс VSNDK.DebugEngine.AD7BreakpointBoundEvent

This interface tells the session debug manager (SDM) that a pending breakpoint has been successfully bound to a loaded program. (http://msdn.microsoft.com/en-us/library/bb145356.aspx)
Наследование: AD7AsynchronousEvent, IDebugBreakpointBoundEvent2
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AD7BreakpointBoundEvent ( AD7PendingBreakpoint pendingBreakpoint, AD7BoundBreakpoint boundBreakpoint ) : System

Constructor.

Приватные методы

Метод Описание
IDebugBreakpointBoundEvent2 ( IDebugPendingBreakpoint2 &ppPendingBP ) : int

Gets the pending breakpoint that is being bound. (http://msdn.microsoft.com/en-us/library/bb146558.aspx)

IDebugBreakpointBoundEvent2 ( IEnumDebugBoundBreakpoints2 &ppEnum ) : int

Creates an enumerator of breakpoints that were bound on this event. (http://msdn.microsoft.com/en-us/library/bb145322.aspx)

Описание методов

AD7BreakpointBoundEvent() публичный Метод

Constructor.
public AD7BreakpointBoundEvent ( AD7PendingBreakpoint pendingBreakpoint, AD7BoundBreakpoint boundBreakpoint ) : System
pendingBreakpoint AD7PendingBreakpoint The AD7PendingBreakpoint object that represents the pending breakpoint being bound.
boundBreakpoint AD7BoundBreakpoint The AD7BoundBreakpoint object that represents the breakpoint being bound.
Результат System