C# Класс Microsoft.R.Debugger.AD7PendingBreakpoint

Наследование: IDebugPendingBreakpoint2
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
GetBindError string
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int
IDebugPendingBreakpoint2 int

Открытые методы

Метод Описание
AD7PendingBreakpoint ( AD7Engine engine, IDebugBreakpointRequest2 request ) : System
GetLocation ( string &fileName, int &lineNumber, TEXT_POSITION &start, TEXT_POSITION &end ) : void

Приватные методы

Метод Описание
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

Описание методов

AD7PendingBreakpoint() публичный Метод

public AD7PendingBreakpoint ( AD7Engine engine, IDebugBreakpointRequest2 request ) : System
engine AD7Engine
request IDebugBreakpointRequest2
Результат System

GetLocation() публичный Метод

public GetLocation ( string &fileName, int &lineNumber, TEXT_POSITION &start, TEXT_POSITION &end ) : void
fileName string
lineNumber int
start TEXT_POSITION
end TEXT_POSITION
Результат void