C# 클래스 VSNDK.DebugEngine.AD7BreakpointResolution

This class represents the information that describes a bound breakpoint. (http://msdn.microsoft.com/en-us/library/bb145894.aspx)
상속: IDebugBreakpointResolution2
파일 보기 프로젝트 열기: blackberry/VSPlugin 1 사용 예제들

공개 메소드들

메소드 설명
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