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

Mostrar archivo Open project: staxmanade/StatLight Class Usage Examples

Public Methods

Method Description
GetRuntimeVersion ( string xapPath ) : string
LoadXapUnderTest ( string archiveFileName ) : TestFileCollection
XapReader ( ILogger logger ) : System

Private Methods

Method Description
GetAssemblyName ( IXapZipArchive zip1, string testAssemblyName ) : AssemblyName
GetTestAssemblyNameFromAppManifest ( string appManifest ) : string
LoadAppManifest ( IXapZipArchive zip1 ) : string

Method Details

GetRuntimeVersion() public static method

public static GetRuntimeVersion ( string xapPath ) : string
xapPath string
return string

LoadXapUnderTest() public method

public LoadXapUnderTest ( string archiveFileName ) : TestFileCollection
archiveFileName string
return TestFileCollection

XapReader() public method

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