C# Class Mono.Debugger.Frontend.NestedCommand

Inheritance: DebuggerCommand
ファイルを表示 Open project: baulig/debugger

Protected Properties

Property Type Description
subcommand DebuggerCommand
subcommand_type_hash System.Collections.Hashtable

Public Methods

Method Description
Complete ( Engine e, string text ) : string[]
NestedCommand ( ) : System

Protected Methods

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

Method Details

Complete() public method

public Complete ( Engine e, string text ) : string[]
e Engine
text string
return string[]

DoExecute() protected method

protected DoExecute ( ScriptingContext context ) : object
context ScriptingContext
return object

DoResolve() protected method

protected DoResolve ( ScriptingContext context ) : bool
context ScriptingContext
return bool

GetCommandList() protected method

protected GetCommandList ( ) : string
return string

NestedCommand() public method

public NestedCommand ( ) : System
return System

RegisterSubcommand() protected method

protected RegisterSubcommand ( string name, Type t ) : void
name string
t System.Type
return void

Property Details

subcommand protected_oe property

protected DebuggerCommand,Mono.Debugger.Frontend subcommand
return DebuggerCommand

subcommand_type_hash protected_oe property

protected Hashtable,System.Collections subcommand_type_hash
return System.Collections.Hashtable