C# 클래스 MiniME.Compiler

파일 보기 프로젝트 열기: toptensoftware/MiniME 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
WarningsEnabledStack Stack

공개 메소드들

메소드 설명
AddFile ( string strFileName, System Encoding, bool Warnings ) : void
AddFile ( string strFileName, bool Warnings ) : void
AddFiles ( string strFileName, System Encoding, bool Warnings ) : void
AddFiles ( string strFileName, bool Warnings ) : void
AddScript ( string strName, string strScript, bool Warnings ) : void
CaptureOptions ( bool bWithIncludedFiles ) : string
Compile ( ) : void
CompileCssToString ( ) : string
CompileJavascriptToString ( ) : string
CompileToString ( ) : string
Compiler ( ) : System
RegisterIncludedFile ( string strFileName ) : void
RegisterResponseFile ( string strFileName ) : void
Reset ( ) : void

비공개 메소드들

메소드 설명
RecordWarning ( MiniME.Bookmark position, MiniME.Bookmark order, string message ) : void
RecordWarning ( MiniME.Bookmark position, string message ) : void

메소드 상세

AddFile() 공개 메소드

public AddFile ( string strFileName, System Encoding, bool Warnings ) : void
strFileName string
Encoding System
Warnings bool
리턴 void

AddFile() 공개 메소드

public AddFile ( string strFileName, bool Warnings ) : void
strFileName string
Warnings bool
리턴 void

AddFiles() 공개 메소드

public AddFiles ( string strFileName, System Encoding, bool Warnings ) : void
strFileName string
Encoding System
Warnings bool
리턴 void

AddFiles() 공개 메소드

public AddFiles ( string strFileName, bool Warnings ) : void
strFileName string
Warnings bool
리턴 void

AddScript() 공개 메소드

public AddScript ( string strName, string strScript, bool Warnings ) : void
strName string
strScript string
Warnings bool
리턴 void

CaptureOptions() 공개 메소드

public CaptureOptions ( bool bWithIncludedFiles ) : string
bWithIncludedFiles bool
리턴 string

Compile() 공개 메소드

public Compile ( ) : void
리턴 void

CompileCssToString() 공개 메소드

public CompileCssToString ( ) : string
리턴 string

CompileJavascriptToString() 공개 메소드

public CompileJavascriptToString ( ) : string
리턴 string

CompileToString() 공개 메소드

public CompileToString ( ) : string
리턴 string

Compiler() 공개 메소드

public Compiler ( ) : System
리턴 System

RegisterIncludedFile() 공개 메소드

public RegisterIncludedFile ( string strFileName ) : void
strFileName string
리턴 void

RegisterResponseFile() 공개 메소드

public RegisterResponseFile ( string strFileName ) : void
strFileName string
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

WarningsEnabledStack 공개적으로 프로퍼티

public Stack WarningsEnabledStack
리턴 Stack