C# 클래스 StatLight.Core.WebServer.XapInspection.XapRewriter

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

공개 메소드들

메소드 설명
RewriteZipHostWithFiles ( byte hostXap, IEnumerable filesToPlaceIntoHostXap, string runtimeVersion ) : IXapZipArchive
XapRewriter ( ILogger logger ) : System

비공개 메소드들

메소드 설명
AddFile ( IXapZipArchive xapZipArchive, ITestFile file, System.Xml.Linq.XElement parts ) : void
AddFileInternal ( IXapZipArchive xapZipArchive, string fileName, byte value ) : void

메소드 상세

RewriteZipHostWithFiles() 공개 메소드

public RewriteZipHostWithFiles ( byte hostXap, IEnumerable filesToPlaceIntoHostXap, string runtimeVersion ) : IXapZipArchive
hostXap byte
filesToPlaceIntoHostXap IEnumerable
runtimeVersion string
리턴 IXapZipArchive

XapRewriter() 공개 메소드

public XapRewriter ( ILogger logger ) : System
logger ILogger
리턴 System