C# Class Microsoft.R.Debugger.AD7ErrorBreakpointResolution

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

Public Methods

Method Description
AD7ErrorBreakpointResolution ( string message ) : Microsoft.VisualStudio
GetBreakpointType ( enum_BP_TYPE pBPType ) : int
GetResolutionInfo ( enum_BPERESI_FIELDS dwFields, BP_ERROR_RESOLUTION_INFO pErrorResolutionInfo ) : int

Method Details

AD7ErrorBreakpointResolution() public method

public AD7ErrorBreakpointResolution ( string message ) : Microsoft.VisualStudio
message string
return Microsoft.VisualStudio

GetBreakpointType() public method

public GetBreakpointType ( enum_BP_TYPE pBPType ) : int
pBPType enum_BP_TYPE
return int

GetResolutionInfo() public method

public GetResolutionInfo ( enum_BPERESI_FIELDS dwFields, BP_ERROR_RESOLUTION_INFO pErrorResolutionInfo ) : int
dwFields enum_BPERESI_FIELDS
pErrorResolutionInfo BP_ERROR_RESOLUTION_INFO
return int