C# Class 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)
Inheritance: AD7AsynchronousEvent, IDebugBreakpointBoundEvent2
Exibir arquivo Open project: blackberry/VSPlugin Class Usage Examples

Public Methods

Method Description
AD7BreakpointBoundEvent ( AD7PendingBreakpoint pendingBreakpoint, AD7BoundBreakpoint boundBreakpoint ) : System

Constructor.

Private Methods

Method Description
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)

Method Details

AD7BreakpointBoundEvent() public method

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.
return System