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
파일 보기 프로젝트 열기: blackberry/VSPlugin 1 사용 예제들

공개 메소드들

메소드 설명
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