C# Класс CSSPostProcessor

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
Execute string

Открытые методы

Метод Описание
Process ( string assemblyIn, string refAssemblies, string probingDirs ) : void

Processes the specified script assembly before its execution.

Приватные методы

Метод Описание
Execute ( string app, string args ) : string

Описание методов

Process() публичный статический Метод

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.
Результат void