C# 클래스 Mono.CSharp.CompilerCallableEntryPoint

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

공개 메소드들

메소드 설명
InvokeCompiler ( string args, TextWriter error ) : bool
PartialReset ( ) : void
Reset ( ) : void
Reset ( bool full_flag ) : void

메소드 상세

InvokeCompiler() 공개 정적인 메소드

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

PartialReset() 공개 정적인 메소드

public static PartialReset ( ) : void
리턴 void

Reset() 공개 정적인 메소드

public static Reset ( ) : void
리턴 void

Reset() 공개 정적인 메소드

public static Reset ( bool full_flag ) : void
full_flag bool
리턴 void