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

파일 보기 프로젝트 열기: baulig/debugger 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Aliases System.Collections.Hashtable
CommandFamilyBlurbs string[]
Commands System.Collections.Hashtable
CommandsByFamily System.Collections.ArrayList[]
Completer Completer
Interpreter Interpreter

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Engine ( ) : System

메소드 상세

Engine() 공개 메소드

public Engine ( Interpreter interpreter ) : System
interpreter Interpreter
리턴 System

Error() 공개 메소드

public Error ( string fmt ) : void
fmt string
리턴 void

Get() 공개 메소드

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

ParseArguments() 공개 메소드

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

RegisterAlias() 공개 메소드

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

RegisterCommand() 공개 메소드

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

프로퍼티 상세

Aliases 공개적으로 프로퍼티

public Hashtable,System.Collections Aliases
리턴 System.Collections.Hashtable

CommandFamilyBlurbs 공개적으로 정적으로 프로퍼티

public static string[] CommandFamilyBlurbs
리턴 string[]

Commands 공개적으로 프로퍼티

public Hashtable,System.Collections Commands
리턴 System.Collections.Hashtable

CommandsByFamily 공개적으로 정적으로 프로퍼티

public static ArrayList[],System.Collections CommandsByFamily
리턴 System.Collections.ArrayList[]

Completer 공개적으로 프로퍼티

public Completer,Mono.Debugger.Frontend Completer
리턴 Completer

Interpreter 공개적으로 프로퍼티

public Interpreter,Mono.Debugger.Frontend Interpreter
리턴 Interpreter