Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Pickaxe
Emit
Compiler
C# Class Pickaxe.Emit.Compiler
Datei anzeigen
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[]