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

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

공개 메소드들

메소드 설명
GetRuntimeVersion ( string xapPath ) : string
LoadXapUnderTest ( string archiveFileName ) : TestFileCollection
XapReader ( ILogger logger ) : System

비공개 메소드들

메소드 설명
GetAssemblyName ( IXapZipArchive zip1, string testAssemblyName ) : AssemblyName
GetTestAssemblyNameFromAppManifest ( string appManifest ) : string
LoadAppManifest ( IXapZipArchive zip1 ) : string

메소드 상세

GetRuntimeVersion() 공개 정적인 메소드

public static GetRuntimeVersion ( string xapPath ) : string
xapPath string
리턴 string

LoadXapUnderTest() 공개 메소드

public LoadXapUnderTest ( string archiveFileName ) : TestFileCollection
archiveFileName string
리턴 TestFileCollection

XapReader() 공개 메소드

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