C# Класс Mono.Debugger.Frontend.CommandLineInterpreter

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CommandLineInterpreter ( Interpreter interpreter ) : System
DoRunMainLoop ( ) : void
EnterNestedBreakState ( ) : void
Error ( int pos, string message ) : void
LeaveNestedBreakState ( ) : void
Main ( string args ) : void
ReadInput ( bool is_complete ) : string
RunInferiorMainLoop ( ) : void

Защищенные методы

Метод Описание
RunMainLoop ( ) : void

Приватные методы

Метод Описание
CommandLineInterpreter ( DebuggerOptions options, bool is_interactive ) : System
control_c_event ( object sender, ConsoleCancelEventArgs a ) : void
execute_command ( Command command ) : void
main_thread_main ( ) : void
wait_for_completion ( ) : void

Описание методов

CommandLineInterpreter() публичный Метод

public CommandLineInterpreter ( Interpreter interpreter ) : System
interpreter Interpreter
Результат System

DoRunMainLoop() публичный Метод

public DoRunMainLoop ( ) : void
Результат void

EnterNestedBreakState() публичный Метод

public EnterNestedBreakState ( ) : void
Результат void

Error() публичный Метод

public Error ( int pos, string message ) : void
pos int
message string
Результат void

LeaveNestedBreakState() публичный Метод

public LeaveNestedBreakState ( ) : void
Результат void

Main() публичный статический Метод

public static Main ( string args ) : void
args string
Результат void

ReadInput() публичный Метод

public ReadInput ( bool is_complete ) : string
is_complete bool
Результат string

RunInferiorMainLoop() публичный Метод

public RunInferiorMainLoop ( ) : void
Результат void

RunMainLoop() защищенный Метод

protected RunMainLoop ( ) : void
Результат void