C# 클래스 CSharpShell, radare2-bindings

파일 보기 프로젝트 열기: radare/radare2-bindings 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
startup_files string[]

공개 메소드들

메소드 설명
CSharpShell ( Evaluator evaluator ) : System
ReadEvalPrintLoop ( ) : int
Run ( string startup_files ) : int

보호된 메소드들

메소드 설명
ConsoleInterrupt ( object sender, ConsoleCancelEventArgs a ) : void
Evaluate ( string input ) : string
ExecuteSources ( IEnumerable sources, bool ignore_errors ) : void
InitTerminal ( bool show_banner ) : void
InitializeUsing ( ) : void
LoadStartupFiles ( ) : void
ReadEvalPrintLoopWith ( ReadLiner readline ) : void
SetupConsole ( ) : void

비공개 메소드들

메소드 설명
EscapeChar ( TextWriter output, char c ) : void
EscapeString ( TextWriter output, string s ) : void
GetLine ( bool primary ) : string
PrettyPrint ( TextWriter output, object result ) : void
WorksAsEnumerable ( object obj ) : bool
p ( TextWriter output, string s ) : void

메소드 상세

CSharpShell() 공개 메소드

public CSharpShell ( Evaluator evaluator ) : System
evaluator Evaluator
리턴 System

ConsoleInterrupt() 보호된 메소드

protected ConsoleInterrupt ( object sender, ConsoleCancelEventArgs a ) : void
sender object
a ConsoleCancelEventArgs
리턴 void

Evaluate() 보호된 메소드

protected Evaluate ( string input ) : string
input string
리턴 string

ExecuteSources() 보호된 메소드

protected ExecuteSources ( IEnumerable sources, bool ignore_errors ) : void
sources IEnumerable
ignore_errors bool
리턴 void

InitTerminal() 보호된 메소드

protected InitTerminal ( bool show_banner ) : void
show_banner bool
리턴 void

InitializeUsing() 보호된 메소드

protected InitializeUsing ( ) : void
리턴 void

LoadStartupFiles() 보호된 메소드

protected LoadStartupFiles ( ) : void
리턴 void

ReadEvalPrintLoop() 공개 메소드

public ReadEvalPrintLoop ( ) : int
리턴 int

ReadEvalPrintLoopWith() 보호된 메소드

protected ReadEvalPrintLoopWith ( ReadLiner readline ) : void
readline ReadLiner
리턴 void

Run() 공개 메소드

public Run ( string startup_files ) : int
startup_files string
리턴 int

SetupConsole() 보호된 메소드

protected SetupConsole ( ) : void
리턴 void

프로퍼티 상세

startup_files 보호되어 있는 프로퍼티

protected string[] startup_files
리턴 string[]