C# 클래스 Mono.ClientCSharpShell

상속: CSharpShell
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
ClientCSharpShell ( int pid ) : System
Run ( string startup_files ) : int

보호된 메소드들

메소드 설명
ConsoleInterrupt ( object sender, ConsoleCancelEventArgs a ) : void
Evaluate ( string input ) : string

메소드 상세

ClientCSharpShell() 공개 메소드

public ClientCSharpShell ( int pid ) : System
pid int
리턴 System

ConsoleInterrupt() 보호된 메소드

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

Evaluate() 보호된 메소드

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

Run() 공개 메소드

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