Method | Description | |
---|---|---|
Compile ( string outputFile, IEnumerable |
||
CreateCompilation ( Microsoft.CodeAnalysis.SyntaxTree syntaxTree, string assemblyName, IEnumerable |
||
GetReferences ( ) : IEnumerable |
||
ParseText ( string code ) : Microsoft.CodeAnalysis.SyntaxTree |
protected Compile ( string outputFile, IEnumerable |
||
outputFile | string | |
references | IEnumerable |
|
code | string | |
generatedAssembly | ||
return | CompileResult |
protected abstract CreateCompilation ( Microsoft.CodeAnalysis.SyntaxTree syntaxTree, string assemblyName, IEnumerable |
||
syntaxTree | Microsoft.CodeAnalysis.SyntaxTree | |
assemblyName | string | |
references | IEnumerable |
|
return | Compilation |
protected abstract ParseText ( string code ) : Microsoft.CodeAnalysis.SyntaxTree | ||
code | string | |
return | Microsoft.CodeAnalysis.SyntaxTree |