C# Class Mono.CSharpAgent

ファイルを表示 Open project: kumpera/mono

Public Methods

Method Description
CSharpAgent ( String arg ) : System
InterruptListener ( ) : void
Run ( object o ) : void
RunRepl ( NetworkStream s ) : void

Private Methods

Method Description
AssemblyLoaded ( object sender, AssemblyLoadEventArgs e ) : void

Method Details

CSharpAgent() public method

public CSharpAgent ( String arg ) : System
arg String
return System

InterruptListener() public method

public InterruptListener ( ) : void
return void

Run() public method

public Run ( object o ) : void
o object
return void

RunRepl() public method

public RunRepl ( NetworkStream s ) : void
s NetworkStream
return void