Method | Description | |
---|---|---|
ExecuteAsync ( string sourcePath, string outputAssembly, string rootNamespace = null ) : System.Threading.Tasks.Task | ||
ExecuteFileAsync ( string sourcePath, string fileName, string rootNamespace = null ) : System.Threading.Tasks.Task | ||
ExecuteString ( string sourcePath, string rootNamespace = null ) : string | ||
ExecuteStringAsync ( string sourcePath, string rootNamespace = null ) : Task |
Method | Description | |
---|---|---|
CompileToAssembly ( |
||
ExecuteInternal ( string sourcePath, Action |
||
WriteToFile ( |
public static ExecuteAsync ( string sourcePath, string outputAssembly, string rootNamespace = null ) : System.Threading.Tasks.Task | ||
sourcePath | string | |
outputAssembly | string | |
rootNamespace | string | |
return | System.Threading.Tasks.Task |
public static ExecuteFileAsync ( string sourcePath, string fileName, string rootNamespace = null ) : System.Threading.Tasks.Task | ||
sourcePath | string | |
fileName | string | |
rootNamespace | string | |
return | System.Threading.Tasks.Task |
public static ExecuteString ( string sourcePath, string rootNamespace = null ) : string | ||
sourcePath | string | |
rootNamespace | string | |
return | string |
public static ExecuteStringAsync ( string sourcePath, string rootNamespace = null ) : Task |
||
sourcePath | string | |
rootNamespace | string | |
return | Task |