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

Afficher le fichier Open project: staxmanade/StatLight Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

RewriteZipHostWithFiles() public méthode

public RewriteZipHostWithFiles ( byte hostXap, IEnumerable filesToPlaceIntoHostXap, string runtimeVersion ) : IXapZipArchive
hostXap byte
filesToPlaceIntoHostXap IEnumerable
runtimeVersion string
Résultat IXapZipArchive

XapRewriter() public méthode

public XapRewriter ( ILogger logger ) : System
logger ILogger
Résultat System