C# 클래스 Mono.Debugger.Event

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

Private Properties

프로퍼티 타입 설명
GetNextEventIndex int
GetSessionData void
OnTargetExited void

공개 메소드들

메소드 설명
Activate ( Thread target ) : void
Breaks ( int id ) : bool
Deactivate ( Thread target ) : void
Remove ( Thread target ) : void

보호된 메소드들

메소드 설명
Event ( EventType type, int index, string name, ThreadGroup group ) : System
Event ( EventType type, string name, ThreadGroup group ) : System
GetSessionData ( XmlElement root, XmlElement element ) : void

비공개 메소드들

메소드 설명
GetNextEventIndex ( ) : int
GetSessionData ( XmlElement root ) : void
OnTargetExited ( ) : void

메소드 상세

Activate() 공개 추상적인 메소드

public abstract Activate ( Thread target ) : void
target Thread
리턴 void

Breaks() 공개 메소드

public Breaks ( int id ) : bool
id int
리턴 bool

Deactivate() 공개 추상적인 메소드

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

Event() 보호된 메소드

protected Event ( EventType type, int index, string name, ThreadGroup group ) : System
type EventType
index int
name string
group ThreadGroup
리턴 System

Event() 보호된 메소드

protected Event ( EventType type, string name, ThreadGroup group ) : System
type EventType
name string
group ThreadGroup
리턴 System

GetSessionData() 보호된 추상적인 메소드

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

Remove() 공개 추상적인 메소드

public abstract Remove ( Thread target ) : void
target Thread
리턴 void