C# Class Mono.Debugger.Event

Inheritance: DebuggerMarshalByRefObject
Show file Open project: baulig/debugger Class Usage Examples

Private Properties

Property Type Description
GetNextEventIndex int
GetSessionData void
OnTargetExited void

Public Methods

Method Description
Activate ( Thread target ) : void
Breaks ( int id ) : bool
Deactivate ( Thread target ) : void
Remove ( Thread target ) : void

Protected Methods

Method Description
Event ( EventType type, int index, string name, ThreadGroup group ) : System
Event ( EventType type, string name, ThreadGroup group ) : System
GetSessionData ( XmlElement root, XmlElement element ) : void

Private Methods

Method Description
GetNextEventIndex ( ) : int
GetSessionData ( XmlElement root ) : void
OnTargetExited ( ) : void

Method Details

Activate() public abstract method

public abstract Activate ( Thread target ) : void
target Thread
return void

Breaks() public method

public Breaks ( int id ) : bool
id int
return bool

Deactivate() public abstract method

public abstract Deactivate ( Thread target ) : void
target Thread
return void

Event() protected method

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

Event() protected method

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

GetSessionData() protected abstract method

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

Remove() public abstract method

public abstract Remove ( Thread target ) : void
target Thread
return void