C# 클래스 Microsoft.R.Debugger.AD7PendingBreakpoint

상속: IDebugPendingBreakpoint2
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetBindError string
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int

공개 메소드들

메소드 설명
AD7PendingBreakpoint ( AD7Engine engine, IDebugBreakpointRequest2 request ) : System
GetLocation ( string &fileName, int &lineNumber, TEXT_POSITION &start, TEXT_POSITION &end ) : void

비공개 메소드들

메소드 설명
GetBindError ( ) : string
IDebugPendingBreakpoint2 ( ) : int
IDebugPendingBreakpoint2 ( BP_CONDITION bpCondition ) : int
IDebugPendingBreakpoint2 ( BP_PASSCOUNT bpPassCount ) : int
IDebugPendingBreakpoint2 ( IDebugBreakpointRequest2 &ppBPRequest ) : int
IDebugPendingBreakpoint2 ( IEnumDebugBoundBreakpoints2 &ppEnum ) : int
IDebugPendingBreakpoint2 ( IEnumDebugErrorBreakpoints2 &ppErrorEnum ) : int
IDebugPendingBreakpoint2 ( PENDING_BP_STATE_INFO pState ) : int
IDebugPendingBreakpoint2 ( enum_BP_ERROR_TYPE bpErrorType, IEnumDebugErrorBreakpoints2 &ppEnum ) : int
IDebugPendingBreakpoint2 ( int fEnable ) : int

메소드 상세

AD7PendingBreakpoint() 공개 메소드

public AD7PendingBreakpoint ( AD7Engine engine, IDebugBreakpointRequest2 request ) : System
engine AD7Engine
request IDebugBreakpointRequest2
리턴 System

GetLocation() 공개 메소드

public GetLocation ( string &fileName, int &lineNumber, TEXT_POSITION &start, TEXT_POSITION &end ) : void
fileName string
lineNumber int
start TEXT_POSITION
end TEXT_POSITION
리턴 void