C# 클래스 Fanx.Util.EnvScripts

ScriptUtil manages script caching and compilation.
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 메소드들

메소드 설명
compile ( File file, Map options ) : Type

비공개 메소드들

메소드 설명
cacheKey ( File f ) : string
compile ( string podName, File f, Map options ) : Pod
generatePodName ( File f ) : string
getCache ( File file ) : CachedScript
getOption ( Map options, string key, bool def ) : bool
putCache ( File file, Type t ) : void

메소드 상세

compile() 공개 메소드

public compile ( File file, Map options ) : Type
file Fan.Sys.File
options Fan.Sys.Map
리턴 Fan.Sys.Type