C# 클래스 NekoKun.CLRCodeCompiler

상속: IAssemblyProvider
파일 보기 프로젝트 열기: NekoProject/NekoKun

보호된 프로퍼티들

프로퍼티 타입 설명
code string
compiledAssembly System.Reflection.Assembly
compilerParameters System.CodeDom.Compiler.CompilerParameters
compilerResults System.CodeDom.Compiler.CompilerResults
debugMode bool
lang string

공개 메소드들

메소드 설명
CLRCodeCompiler ( object>.Dictionary node ) : System
GetAssembly ( ) : Assembly

보호된 메소드들

메소드 설명
Compile ( ) : void
CreateCompiler ( ) : void

메소드 상세

CLRCodeCompiler() 공개 메소드

public CLRCodeCompiler ( object>.Dictionary node ) : System
node object>.Dictionary
리턴 System

Compile() 보호된 메소드

protected Compile ( ) : void
리턴 void

CreateCompiler() 보호된 메소드

protected CreateCompiler ( ) : void
리턴 void

GetAssembly() 공개 메소드

public GetAssembly ( ) : Assembly
리턴 System.Reflection.Assembly

프로퍼티 상세

code 보호되어 있는 프로퍼티

protected string code
리턴 string

compiledAssembly 보호되어 있는 프로퍼티

protected Assembly,System.Reflection compiledAssembly
리턴 System.Reflection.Assembly

compilerParameters 보호되어 있는 프로퍼티

protected CompilerParameters,System.CodeDom.Compiler compilerParameters
리턴 System.CodeDom.Compiler.CompilerParameters

compilerResults 보호되어 있는 프로퍼티

protected CompilerResults,System.CodeDom.Compiler compilerResults
리턴 System.CodeDom.Compiler.CompilerResults

debugMode 보호되어 있는 프로퍼티

protected bool debugMode
리턴 bool

lang 보호되어 있는 프로퍼티

protected string lang
리턴 string