C# 클래스 TemplNET.TemplDebugger

Generates a debug .zip package of metadata from a document build
파일 보기 프로젝트 열기: CPonty/templ-dot-net

공개 프로퍼티들

프로퍼티 타입 설명
Stream System.IO.MemoryStream

공개 메소드들

메소드 설명
AddModuleReport ( IEnumerable modules ) : void

Adds a document containing build statistics to the .zip package

AddState ( TemplDoc document, string name ) : void

Stores a named document state

Commit ( ) : TemplDebugger

Builds the .zip file (in memory)

ModuleReport ( IEnumerable modules ) : TemplDoc

Generates a document containing build statistics from a set of Modules

SaveAs ( string fileName ) : void

Save to disk. Supplied file name is sanitized and converted to '.zip'

메소드 상세

AddModuleReport() 공개 메소드

Adds a document containing build statistics to the .zip package
public AddModuleReport ( IEnumerable modules ) : void
modules IEnumerable
리턴 void

AddState() 공개 메소드

Stores a named document state
public AddState ( TemplDoc document, string name ) : void
document TemplDoc
name string
리턴 void

Commit() 공개 메소드

Builds the .zip file (in memory)
public Commit ( ) : TemplDebugger
리턴 TemplDebugger

ModuleReport() 공개 메소드

Generates a document containing build statistics from a set of Modules
public ModuleReport ( IEnumerable modules ) : TemplDoc
modules IEnumerable
리턴 TemplDoc

SaveAs() 공개 메소드

Save to disk. Supplied file name is sanitized and converted to '.zip'
public SaveAs ( string fileName ) : void
fileName string
리턴 void

프로퍼티 상세

Stream 공개적으로 프로퍼티

Debug .zip as memory stream. Automatically updates from the underlying documents on Commit(), SaveAs()
public MemoryStream,System.IO Stream
리턴 System.IO.MemoryStream