C# Class Microsoft.R.Debugger.AD7PendingBreakpoint

Inheritance: IDebugPendingBreakpoint2
Show file Open project: Microsoft/RTVS Class Usage Examples

Private Properties

Property Type Description
GetBindError string
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int

Public Methods

Method Description
AD7PendingBreakpoint ( AD7Engine engine, IDebugBreakpointRequest2 request ) : System
GetLocation ( string &fileName, int &lineNumber, TEXT_POSITION &start, TEXT_POSITION &end ) : void

Private Methods

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

Method Details

AD7PendingBreakpoint() public method

public AD7PendingBreakpoint ( AD7Engine engine, IDebugBreakpointRequest2 request ) : System
engine AD7Engine
request IDebugBreakpointRequest2
return System

GetLocation() public method

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