C# 클래스 Mono.Debugger.ExpressionBreakpoint

상속: Breakpoint
파일 보기 프로젝트 열기: baulig/debugger 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LocationType LocationType
Session DebuggerSession

공개 메소드들

메소드 설명
Activate ( Thread thread ) : void
Deactivate ( Thread target ) : void

보호된 메소드들

메소드 설명
GetSessionData ( XmlElement root, XmlElement element ) : void

비공개 메소드들

메소드 설명
ExpressionBreakpoint ( DebuggerSession session, ThreadGroup group, LocationType type, string expression ) : System
ExpressionBreakpoint ( DebuggerSession session, int index, ThreadGroup group, LocationType type, string expression ) : System
OnTargetExited ( ) : void
Resolve ( Thread target, StackFrame frame ) : BreakpointHandle

메소드 상세

Activate() 공개 메소드

public Activate ( Thread thread ) : void
thread Thread
리턴 void

Deactivate() 공개 메소드

public Deactivate ( Thread target ) : void
target Thread
리턴 void

GetSessionData() 보호된 메소드

protected GetSessionData ( XmlElement root, XmlElement element ) : void
root System.Xml.XmlElement
element System.Xml.XmlElement
리턴 void

프로퍼티 상세

LocationType 공개적으로 프로퍼티

public LocationType LocationType
리턴 LocationType

Session 공개적으로 프로퍼티

public DebuggerSession,Mono.Debugger Session
리턴 DebuggerSession