Method | Description | |
---|---|---|
AD7BreakpointBoundEvent ( |
Constructor.
|
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)
|
public AD7BreakpointBoundEvent ( |
||
pendingBreakpoint | The AD7PendingBreakpoint object that represents the pending breakpoint being bound. | |
boundBreakpoint | The AD7BoundBreakpoint object that represents the breakpoint being bound. | |
return | System |