C# Class Microsoft.R.Debugger.AD7BreakpointErrorEvent

Inheritance: AD7AsynchronousEvent, IDebugBreakpointErrorEvent2, IDebugErrorBreakpoint2, IDebugErrorBreakpointResolution2
Show file Open project: Microsoft/RTVS

Public Methods

Method Description
AD7BreakpointErrorEvent ( AD7PendingBreakpoint pendingBreakpoint, AD7Engine engine ) : System

Private Methods

Method Description
IDebugBreakpointErrorEvent2 ( IDebugErrorBreakpoint2 &ppErrorBP ) : int
IDebugErrorBreakpoint2 ( IDebugErrorBreakpointResolution2 &ppErrorResolution ) : int
IDebugErrorBreakpoint2 ( IDebugPendingBreakpoint2 &ppPendingBreakpoint ) : int
IDebugErrorBreakpointResolution2 ( enum_BPERESI_FIELDS dwFields, BP_ERROR_RESOLUTION_INFO pErrorResolutionInfo ) : int
IDebugErrorBreakpointResolution2 ( enum_BP_TYPE pBPType ) : int

Method Details

AD7BreakpointErrorEvent() public method

public AD7BreakpointErrorEvent ( AD7PendingBreakpoint pendingBreakpoint, AD7Engine engine ) : System
pendingBreakpoint AD7PendingBreakpoint
engine AD7Engine
return System