C# Class Mono.Debugger.Frontend.NestedCommand

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

Protected Properties

Свойство Type Description
subcommand DebuggerCommand
subcommand_type_hash System.Collections.Hashtable

Méthodes publiques

Méthode Description
Complete ( Engine e, string text ) : string[]
NestedCommand ( ) : System

Méthodes protégées

Méthode Description
DoExecute ( ScriptingContext context ) : object
DoResolve ( ScriptingContext context ) : bool
GetCommandList ( ) : string
RegisterSubcommand ( string name, Type t ) : void

Method Details

Complete() public méthode

public Complete ( Engine e, string text ) : string[]
e Engine
text string
Résultat string[]

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

GetCommandList() protected méthode

protected GetCommandList ( ) : string
Résultat string

NestedCommand() public méthode

public NestedCommand ( ) : System
Résultat System

RegisterSubcommand() protected méthode

protected RegisterSubcommand ( string name, Type t ) : void
name string
t System.Type
Résultat void

Property Details

subcommand protected_oe property

protected DebuggerCommand,Mono.Debugger.Frontend subcommand
Résultat DebuggerCommand

subcommand_type_hash protected_oe property

protected Hashtable,System.Collections subcommand_type_hash
Résultat System.Collections.Hashtable