C# 클래스 Mono.CSharpAgent

파일 보기 프로젝트 열기: kumpera/mono

공개 메소드들

메소드 설명
CSharpAgent ( String arg ) : System
InterruptListener ( ) : void
Run ( object o ) : void
RunRepl ( NetworkStream s ) : void

비공개 메소드들

메소드 설명
AssemblyLoaded ( object sender, AssemblyLoadEventArgs e ) : void

메소드 상세

CSharpAgent() 공개 메소드

public CSharpAgent ( String arg ) : System
arg String
리턴 System

InterruptListener() 공개 메소드

public InterruptListener ( ) : void
리턴 void

Run() 공개 메소드

public Run ( object o ) : void
o object
리턴 void

RunRepl() 공개 메소드

public RunRepl ( NetworkStream s ) : void
s NetworkStream
리턴 void