C# Class Mono.Debugger.Frontend.ThreadGroupCommand.ThreadGroupAddCommand

Inheritance: DebuggerCommand
Afficher le fichier Open project: baulig/debugger

Protected Properties

Свойство Type Description
name string
threads Thread[]

Méthodes protégées

Méthode Description
DoExecute ( ScriptingContext context ) : object
DoResolve ( ScriptingContext context ) : bool

Method Details

DoExecute() protected méthode

protected DoExecute ( ScriptingContext context ) : object
context ScriptingContext
Résultat object

DoResolve() protected méthode

protected DoResolve ( ScriptingContext context ) : bool
context ScriptingContext
Résultat bool

Property Details

name protected_oe property

protected string name
Résultat string

threads protected_oe property

protected Thread[] threads
Résultat Thread[]