C# 클래스 Treefrog.ContentBuilder

상속: IDisposable
파일 보기 프로젝트 열기: jaquadro/Treefrog

공개 메소드들

메소드 설명
Add ( string filename, string name, string importer, string processor ) : void
Build ( ) : string
Clear ( ) : void
ContentBuilder ( ) : System
Dispose ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
CreateBuildProject ( ) : void
CreateTempDirectory ( ) : void
DeleteTempDirectory ( ) : void
PurgeStaleTempDirectories ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( string filename, string name, string importer, string processor ) : void
filename string
name string
importer string
processor string
리턴 void

Build() 공개 메소드

public Build ( ) : string
리턴 string

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ContentBuilder() 공개 메소드

public ContentBuilder ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void