Property | Type | Description | |
---|---|---|---|
WarningsEnabledStack | Stack |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
RecordWarning ( MiniME.Bookmark position, MiniME.Bookmark order, string message ) : void | ||
RecordWarning ( MiniME.Bookmark position, string message ) : void |
public AddFile ( string strFileName, System Encoding, bool Warnings ) : void | ||
strFileName | string | |
Encoding | System | |
Warnings | bool | |
return | void |
public AddFile ( string strFileName, bool Warnings ) : void | ||
strFileName | string | |
Warnings | bool | |
return | void |
public AddFiles ( string strFileName, System Encoding, bool Warnings ) : void | ||
strFileName | string | |
Encoding | System | |
Warnings | bool | |
return | void |
public AddFiles ( string strFileName, bool Warnings ) : void | ||
strFileName | string | |
Warnings | bool | |
return | void |
public AddScript ( string strName, string strScript, bool Warnings ) : void | ||
strName | string | |
strScript | string | |
Warnings | bool | |
return | void |
public CaptureOptions ( bool bWithIncludedFiles ) : string | ||
bWithIncludedFiles | bool | |
return | string |
public CompileJavascriptToString ( ) : string | ||
return | string |
public RegisterIncludedFile ( string strFileName ) : void | ||
strFileName | string | |
return | void |
public RegisterResponseFile ( string strFileName ) : void | ||
strFileName | string | |
return | void |