C# Class StatLight.Core.WebServer.XapInspection.XapRewriter

Datei anzeigen Open project: staxmanade/StatLight Class Usage Examples

Public Methods

Method Description
RewriteZipHostWithFiles ( byte hostXap, IEnumerable filesToPlaceIntoHostXap, string runtimeVersion ) : IXapZipArchive
XapRewriter ( ILogger logger ) : System

Private Methods

Method Description
AddFile ( IXapZipArchive xapZipArchive, ITestFile file, System.Xml.Linq.XElement parts ) : void
AddFileInternal ( IXapZipArchive xapZipArchive, string fileName, byte value ) : void

Method Details

RewriteZipHostWithFiles() public method

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

XapRewriter() public method

public XapRewriter ( ILogger logger ) : System
logger ILogger
return System