C# Class Mono.Debugger.Event

Inheritance: DebuggerMarshalByRefObject
Afficher le fichier Open project: baulig/debugger Class Usage Examples

Private Properties

Свойство Type Description
GetNextEventIndex int
GetSessionData void
OnTargetExited void

Méthodes publiques

Méthode Description
Activate ( Thread target ) : void
Breaks ( int id ) : bool
Deactivate ( Thread target ) : void
Remove ( Thread target ) : void

Méthodes protégées

Méthode 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

Méthode Description
GetNextEventIndex ( ) : int
GetSessionData ( XmlElement root ) : void
OnTargetExited ( ) : void

Method Details

Activate() public abstract méthode

public abstract Activate ( Thread target ) : void
target Thread
Résultat void

Breaks() public méthode

public Breaks ( int id ) : bool
id int
Résultat bool

Deactivate() public abstract méthode

public abstract Deactivate ( Thread target ) : void
target Thread
Résultat void

Event() protected méthode

protected Event ( EventType type, int index, string name, ThreadGroup group ) : System
type EventType
index int
name string
group ThreadGroup
Résultat System

Event() protected méthode

protected Event ( EventType type, string name, ThreadGroup group ) : System
type EventType
name string
group ThreadGroup
Résultat System

GetSessionData() protected abstract méthode

protected abstract GetSessionData ( XmlElement root, XmlElement element ) : void
root System.Xml.XmlElement
element System.Xml.XmlElement
Résultat void

Remove() public abstract méthode

public abstract Remove ( Thread target ) : void
target Thread
Résultat void