C# 클래스 Mono.Debugger.ExceptionCatchPoint

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

공개 메소드들

메소드 설명
Activate ( Thread target ) : void
Deactivate ( Thread target ) : void
Remove ( Thread target ) : void

보호된 메소드들

메소드 설명
GetSessionData ( XmlElement root, XmlElement element ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Activate() 공개 메소드

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

Deactivate() 공개 메소드

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

GetSessionData() 보호된 메소드

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

Remove() 공개 메소드

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