C# Class NekoKun.CLRCodeCompiler

Inheritance: IAssemblyProvider
Afficher le fichier Open project: NekoProject/NekoKun

Protected Properties

Свойство Type Description
code string
compiledAssembly System.Reflection.Assembly
compilerParameters System.CodeDom.Compiler.CompilerParameters
compilerResults System.CodeDom.Compiler.CompilerResults
debugMode bool
lang string

Méthodes publiques

Méthode Description
CLRCodeCompiler ( object>.Dictionary node ) : System
GetAssembly ( ) : Assembly

Méthodes protégées

Méthode Description
Compile ( ) : void
CreateCompiler ( ) : void

Method Details

CLRCodeCompiler() public méthode

public CLRCodeCompiler ( object>.Dictionary node ) : System
node object>.Dictionary
Résultat System

Compile() protected méthode

protected Compile ( ) : void
Résultat void

CreateCompiler() protected méthode

protected CreateCompiler ( ) : void
Résultat void

GetAssembly() public méthode

public GetAssembly ( ) : Assembly
Résultat System.Reflection.Assembly

Property Details

code protected_oe property

protected string code
Résultat string

compiledAssembly protected_oe property

protected Assembly,System.Reflection compiledAssembly
Résultat System.Reflection.Assembly

compilerParameters protected_oe property

protected CompilerParameters,System.CodeDom.Compiler compilerParameters
Résultat System.CodeDom.Compiler.CompilerParameters

compilerResults protected_oe property

protected CompilerResults,System.CodeDom.Compiler compilerResults
Résultat System.CodeDom.Compiler.CompilerResults

debugMode protected_oe property

protected bool debugMode
Résultat bool

lang protected_oe property

protected string lang
Résultat string