C# 클래스 Zetbox.Generator.ResourceBasedGenerationHost

상속: IGenerationHost, IDisposable
파일 보기 프로젝트 열기: daszat/zetbox 1 사용 예제들

공개 메소드들

메소드 설명
CallTemplate ( string templateClass ) : void
CallTemplateToFile ( string templateClass, string outputfile ) : void
Dispose ( ) : void
Initialize ( NameValueCollection settings ) : void
ResourceBasedGenerationHost ( ) : System
WriteFile ( string filename, string content ) : void
WriteOutput ( string str ) : void

비공개 메소드들

메소드 설명
CallTemplateToContext ( string templateClass ) : void
IGenerationHost ( string fmt ) : void

메소드 상세

CallTemplate() 공개 메소드

public CallTemplate ( string templateClass ) : void
templateClass string
리턴 void

CallTemplateToFile() 공개 메소드

public CallTemplateToFile ( string templateClass, string outputfile ) : void
templateClass string
outputfile string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( NameValueCollection settings ) : void
settings System.Collections.Specialized.NameValueCollection
리턴 void

ResourceBasedGenerationHost() 공개 메소드

public ResourceBasedGenerationHost ( ) : System
리턴 System

WriteFile() 공개 메소드

public WriteFile ( string filename, string content ) : void
filename string
content string
리턴 void

WriteOutput() 공개 메소드

public WriteOutput ( string str ) : void
str string
리턴 void