C# Class CSSPostProcessor

显示文件 Open project: oleg-shilo/cs-script

Private Properties

Property Type Description
Execute string

Public Methods

Method Description
Process ( string assemblyIn, string refAssemblies, string probingDirs ) : void

Processes the specified script assembly before its execution.

Private Methods

Method Description
Execute ( string app, string args ) : string

Method Details

Process() public static method

Processes the specified script assembly before its execution.
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.
return void