C# Class Microsoft.R.Debugger.AD7PendingBreakpoint

Inheritance: IDebugPendingBreakpoint2
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Private Properties

Свойство Type Description
GetBindError string
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public AD7PendingBreakpoint ( AD7Engine engine, IDebugBreakpointRequest2 request ) : System
engine AD7Engine
request IDebugBreakpointRequest2
Résultat System

GetLocation() public méthode

public GetLocation ( string &fileName, int &lineNumber, TEXT_POSITION &start, TEXT_POSITION &end ) : void
fileName string
lineNumber int
start TEXT_POSITION
end TEXT_POSITION
Résultat void