C# Class Mono.Debugger.Frontend.Engine

显示文件 Open project: baulig/debugger Class Usage Examples

Public Properties

Property Type Description
Aliases System.Collections.Hashtable
CommandFamilyBlurbs string[]
Commands System.Collections.Hashtable
CommandsByFamily System.Collections.ArrayList[]
Completer Completer
Interpreter Interpreter

Public Methods

Method Description
Engine ( Interpreter interpreter ) : System
Error ( string fmt ) : void
Get ( string s, ArrayList args ) : Command
ParseArguments ( Command c, ArrayList args ) : Command
RegisterAlias ( string s, Type t ) : void
RegisterCommand ( string s, Type t ) : void

Private Methods

Method Description
Engine ( ) : System

Method Details

Engine() public method

public Engine ( Interpreter interpreter ) : System
interpreter Interpreter
return System

Error() public method

public Error ( string fmt ) : void
fmt string
return void

Get() public method

public Get ( string s, ArrayList args ) : Command
s string
args System.Collections.ArrayList
return Command

ParseArguments() public method

public ParseArguments ( Command c, ArrayList args ) : Command
c Command
args System.Collections.ArrayList
return Command

RegisterAlias() public method

public RegisterAlias ( string s, Type t ) : void
s string
t System.Type
return void

RegisterCommand() public method

public RegisterCommand ( string s, Type t ) : void
s string
t System.Type
return void

Property Details

Aliases public_oe property

public Hashtable,System.Collections Aliases
return System.Collections.Hashtable

CommandFamilyBlurbs public_oe static_oe property

public static string[] CommandFamilyBlurbs
return string[]

Commands public_oe property

public Hashtable,System.Collections Commands
return System.Collections.Hashtable

CommandsByFamily public_oe static_oe property

public static ArrayList[],System.Collections CommandsByFamily
return System.Collections.ArrayList[]

Completer public_oe property

public Completer,Mono.Debugger.Frontend Completer
return Completer

Interpreter public_oe property

public Interpreter,Mono.Debugger.Frontend Interpreter
return Interpreter