C# Class Microsoft.R.Debugger.AD7ErrorBreakpoint

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

Méthodes publiques

Méthode Description
AD7ErrorBreakpoint ( AD7PendingBreakpoint pendingBreakpoint, AD7ErrorBreakpointResolution errorResolution ) : Microsoft.VisualStudio
GetBreakpointResolution ( IDebugErrorBreakpointResolution2 &ppErrorResolution ) : int
GetPendingBreakpoint ( IDebugPendingBreakpoint2 &ppPendingBreakpoint ) : int

Method Details

AD7ErrorBreakpoint() public méthode

public AD7ErrorBreakpoint ( AD7PendingBreakpoint pendingBreakpoint, AD7ErrorBreakpointResolution errorResolution ) : Microsoft.VisualStudio
pendingBreakpoint AD7PendingBreakpoint
errorResolution AD7ErrorBreakpointResolution
Résultat Microsoft.VisualStudio

GetBreakpointResolution() public méthode

public GetBreakpointResolution ( IDebugErrorBreakpointResolution2 &ppErrorResolution ) : int
ppErrorResolution IDebugErrorBreakpointResolution2
Résultat int

GetPendingBreakpoint() public méthode

public GetPendingBreakpoint ( IDebugPendingBreakpoint2 &ppPendingBreakpoint ) : int
ppPendingBreakpoint IDebugPendingBreakpoint2
Résultat int