메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System.Threading.Tasks.Task |
public static ExecuteFileAsync ( string sourcePath, string fileName, string rootNamespace = null ) : System.Threading.Tasks.Task | ||
sourcePath | string | |
fileName | string | |
rootNamespace | string | |
리턴 | System.Threading.Tasks.Task |
public static ExecuteString ( string sourcePath, string rootNamespace = null ) : string | ||
sourcePath | string | |
rootNamespace | string | |
리턴 | string |
public static ExecuteStringAsync ( string sourcePath, string rootNamespace = null ) : Task |
||
sourcePath | string | |
rootNamespace | string | |
리턴 | Task |