C# Class Mono.Debugger.ExceptionCatchPoint

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

Méthodes publiques

Méthode Description
Activate ( Thread target ) : void
Deactivate ( Thread target ) : void
Remove ( Thread target ) : void

Méthodes protégées

Méthode Description
GetSessionData ( XmlElement root, XmlElement element ) : void

Private Methods

Méthode Description
CheckException ( MonoLanguageBackend mono, TargetMemoryAccess target, TargetAddress address ) : bool
ExceptionCatchPoint ( ThreadGroup group, TargetType exception, bool unhandled ) : System
ExceptionCatchPoint ( int index, ThreadGroup group, string name, bool unhandled ) : System
IsSubclassOf ( TargetMemoryAccess target, TargetClassType type, TargetType parent ) : bool
OnTargetExited ( ) : void

Method Details

Activate() public méthode

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

Deactivate() public méthode

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

GetSessionData() protected méthode

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

Remove() public méthode

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