C# Class Pickaxe.Emit.Compiler

Exibir arquivo Open project: bitsummation/pickaxe Class Usage Examples

Public Methods

Method Description
Compiler ( string source ) : System
ToAssembly ( ) : Assembly
ToCode ( ) : string[]

Private Methods

Method Description
GetCompileUnits ( ) : System.CodeDom.CodeCompileUnit[]

Method Details

Compiler() public method

public Compiler ( string source ) : System
source string
return System

ToAssembly() public method

public ToAssembly ( ) : Assembly
return System.Reflection.Assembly

ToCode() public method

public ToCode ( ) : string[]
return string[]