C# Class Mono.Debugger.ExceptionCatchPoint

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

Public Methods

Method Description
Activate ( Thread target ) : void
Deactivate ( Thread target ) : void
Remove ( Thread target ) : void

Protected Methods

Method Description
GetSessionData ( XmlElement root, XmlElement element ) : void

Private Methods

Method 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 method

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

Deactivate() public method

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

GetSessionData() protected method

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

Remove() public method

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