프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Execute | string |
메소드 | 설명 | |
---|---|---|
Process ( string assemblyIn, string refAssemblies, string probingDirs ) : void |
Processes the specified script assembly before its execution.
|
메소드 | 설명 | |
---|---|---|
Execute ( string app, string args ) : string |
public static Process ( string assemblyIn, string refAssemblies, string probingDirs ) : void | ||
assemblyIn | string | The compiled script assembly to be processed . |
refAssemblies | string | The assemblies referenced by the script. |
probingDirs | string | The assembly probing directories. |
리턴 | void |