C# Class Mono.CSharp.CompilerCallableEntryPoint

Inheritance: System.MarshalByRefObject
显示文件 Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
InvokeCompiler ( string args, TextWriter error ) : bool
PartialReset ( ) : void
Reset ( ) : void
Reset ( bool full_flag ) : void

Method Details

InvokeCompiler() public static method

public static InvokeCompiler ( string args, TextWriter error ) : bool
args string
error System.IO.TextWriter
return bool

PartialReset() public static method

public static PartialReset ( ) : void
return void

Reset() public static method

public static Reset ( ) : void
return void

Reset() public static method

public static Reset ( bool full_flag ) : void
full_flag bool
return void