C# 클래스 CSSPostProcessor

파일 보기 프로젝트 열기: oleg-shilo/cs-script

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