C# 클래스 VSNDK.DebugEngine.AD7BreakpointEvent

The debug engine (DE) sends this interface to the session debug manager (SDM) when a program stops at a breakpoint. (http://msdn.microsoft.com/en-us/library/bb145927.aspx)
상속: AD7StoppingEvent, IDebugBreakpointEvent2
파일 보기 프로젝트 열기: blackberry/VSPlugin 1 사용 예제들

공개 메소드들

메소드 설명
AD7BreakpointEvent ( IEnumDebugBoundBreakpoints2 boundBreakpoints ) : System

Constructor.

비공개 메소드들

메소드 설명
IDebugBreakpointEvent2 ( IEnumDebugBoundBreakpoints2 &ppEnum ) : int

Creates an enumerator for all the breakpoints that fired at the current code location. (http://msdn.microsoft.com/en-us/library/bb146247.aspx)

메소드 상세

AD7BreakpointEvent() 공개 메소드

Constructor.
public AD7BreakpointEvent ( IEnumDebugBoundBreakpoints2 boundBreakpoints ) : System
boundBreakpoints IEnumDebugBoundBreakpoints2 The IEnumDebugBoundBreakpoints2 object that enumerates all the breakpoints associated with /// the current code location.
리턴 System