C# 클래스 Mono.Debugger.Frontend.NestedCommand

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

보호된 프로퍼티들

프로퍼티 타입 설명
subcommand DebuggerCommand
subcommand_type_hash System.Collections.Hashtable

공개 메소드들

메소드 설명
Complete ( Engine e, string text ) : string[]
NestedCommand ( ) : System

보호된 메소드들

메소드 설명
DoExecute ( ScriptingContext context ) : object
DoResolve ( ScriptingContext context ) : bool
GetCommandList ( ) : string
RegisterSubcommand ( string name, Type t ) : void

메소드 상세

Complete() 공개 메소드

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

DoExecute() 보호된 메소드

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

DoResolve() 보호된 메소드

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

GetCommandList() 보호된 메소드

protected GetCommandList ( ) : string
리턴 string

NestedCommand() 공개 메소드

public NestedCommand ( ) : System
리턴 System

RegisterSubcommand() 보호된 메소드

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

프로퍼티 상세

subcommand 보호되어 있는 프로퍼티

protected DebuggerCommand,Mono.Debugger.Frontend subcommand
리턴 DebuggerCommand

subcommand_type_hash 보호되어 있는 프로퍼티

protected Hashtable,System.Collections subcommand_type_hash
리턴 System.Collections.Hashtable