C# Класс VSNDK.DebugEngine.AD7BreakpointResolution

This class represents the information that describes a bound breakpoint. (http://msdn.microsoft.com/en-us/library/bb145894.aspx)
Наследование: IDebugBreakpointResolution2
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AD7BreakpointResolution ( AD7Engine engine, uint address, AD7DocumentContext documentContext ) : System

Constructor.

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

Метод Описание
IDebugBreakpointResolution2 ( enum_BPRESI_FIELDS dwFields, BP_RESOLUTION_INFO pBPResolutionInfo ) : int

Gets the breakpoint resolution information that describes this breakpoint. (http://msdn.microsoft.com/en-us/library/bb146743.aspx)

IDebugBreakpointResolution2 ( enum_BP_TYPE pBPType ) : int

Gets the type of the breakpoint represented by this resolution. (http://msdn.microsoft.com/en-us/library/bb145576.aspx)

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

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

Constructor.
public AD7BreakpointResolution ( AD7Engine engine, uint address, AD7DocumentContext documentContext ) : System
engine AD7Engine AD7 Engine.
address uint GDB Address.
documentContext AD7DocumentContext The document context to the debugger. A document context represents a location within a /// source file.
Результат System