C# Class Pickaxe.Emit.Compiler

Afficher le fichier Open project: bitsummation/pickaxe Class Usage Examples

Méthodes publiques

Méthode Description
Compiler ( string source ) : System
ToAssembly ( ) : Assembly
ToCode ( ) : string[]

Private Methods

Méthode Description
GetCompileUnits ( ) : System.CodeDom.CodeCompileUnit[]

Method Details

Compiler() public méthode

public Compiler ( string source ) : System
source string
Résultat System

ToAssembly() public méthode

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

ToCode() public méthode

public ToCode ( ) : string[]
Résultat string[]