C# 클래스 Mono.Debugger.ThreadGroup

This is used to share information about breakpoints and signal handlers between different invocations of the same target.
상속: DebuggerMarshalByRefObject
파일 보기 프로젝트 열기: baulig/debugger 1 사용 예제들

공개 메소드들

메소드 설명
AddThread ( int id ) : void
RemoveThread ( int id ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
CreateThreadGroup ( string name ) : ThreadGroup
ThreadGroup ( string name ) : System

메소드 상세

AddThread() 공개 메소드

public AddThread ( int id ) : void
id int
리턴 void

RemoveThread() 공개 메소드

public RemoveThread ( int id ) : void
id int
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string