Свойство | Тип | Описание | |
---|---|---|---|
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 |