C# Class Mono.Debugger.Frontend.Engine

Afficher le fichier Open project: baulig/debugger Class Usage Examples

Méthodes publiques

Свойство Type Description
Aliases System.Collections.Hashtable
CommandFamilyBlurbs string[]
Commands System.Collections.Hashtable
CommandsByFamily System.Collections.ArrayList[]
Completer Completer
Interpreter Interpreter

Méthodes publiques

Méthode 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

Méthode Description
Engine ( ) : System

Method Details

Engine() public méthode

public Engine ( Interpreter interpreter ) : System
interpreter Interpreter
Résultat System

Error() public méthode

public Error ( string fmt ) : void
fmt string
Résultat void

Get() public méthode

public Get ( string s, ArrayList args ) : Command
s string
args System.Collections.ArrayList
Résultat Command

ParseArguments() public méthode

public ParseArguments ( Command c, ArrayList args ) : Command
c Command
args System.Collections.ArrayList
Résultat Command

RegisterAlias() public méthode

public RegisterAlias ( string s, Type t ) : void
s string
t System.Type
Résultat void

RegisterCommand() public méthode

public RegisterCommand ( string s, Type t ) : void
s string
t System.Type
Résultat void

Property Details

Aliases public_oe property

public Hashtable,System.Collections Aliases
Résultat System.Collections.Hashtable

CommandFamilyBlurbs public_oe static_oe property

public static string[] CommandFamilyBlurbs
Résultat string[]

Commands public_oe property

public Hashtable,System.Collections Commands
Résultat System.Collections.Hashtable

CommandsByFamily public_oe static_oe property

public static ArrayList[],System.Collections CommandsByFamily
Résultat System.Collections.ArrayList[]

Completer public_oe property

public Completer,Mono.Debugger.Frontend Completer
Résultat Completer

Interpreter public_oe property

public Interpreter,Mono.Debugger.Frontend Interpreter
Résultat Interpreter