C# 클래스 Mono.Debugger.Frontend.ThreadGroupCommand.ThreadGroupAddCommand

상속: DebuggerCommand
파일 보기 프로젝트 열기: baulig/debugger

보호된 프로퍼티들

프로퍼티 타입 설명
name string
threads Thread[]

보호된 메소드들

메소드 설명
DoExecute ( ScriptingContext context ) : object
DoResolve ( ScriptingContext context ) : bool

메소드 상세

DoExecute() 보호된 메소드

protected DoExecute ( ScriptingContext context ) : object
context ScriptingContext
리턴 object

DoResolve() 보호된 메소드

protected DoResolve ( ScriptingContext context ) : bool
context ScriptingContext
리턴 bool

프로퍼티 상세

name 보호되어 있는 프로퍼티

protected string name
리턴 string

threads 보호되어 있는 프로퍼티

protected Thread[] threads
리턴 Thread[]