Method | Description | |
---|---|---|
AddReferencedAssembly ( |
For the source code to compile, it needs to have a reference to assemblies to use the IL code inside them.
|
|
CSharp_Compiler ( ) : System.CodeDom.Compiler |
Constructor.
|
|
CompileSource ( string source, int>.Dictionary |
Compile a single source file to assembly.
|
public AddReferencedAssembly ( |
||
assembly | An assembly to add. | |
return | void |
public CSharp_Compiler ( ) : System.CodeDom.Compiler | ||
return | System.CodeDom.Compiler |
public CompileSource ( string source, int>.Dictionary |
||
source | string | |
compilerErrors | int>.Dictionary | Compiler errors, if any. |
return |