C# 클래스 ZeroInstall.Store.Implementations.Archives.MsiExtractor

Extracts a Windows Installer MSI package (with one or more embedded CAB archives).
상속: MicrosoftExtractor
파일 보기 프로젝트 열기: 0install/0install-win

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
Execute ( ) : void
GetRelativePath ( string entryName ) : string

비공개 메소드들

메소드 설명
ExtractCab ( Stream stream ) : void
MsiExtractor ( [ path, [ target ) : System

Prepares to extract a Windows Installer MSI package contained in a stream.

ReadCabinets ( ) : void
ReadDirectories ( ) : void
ReadFiles ( ) : void
ResolveDirectory ( MsiDirectory directory ) : void
ResolveFile ( MsiFile file ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Execute() 보호된 메소드

protected Execute ( ) : void
리턴 void

GetRelativePath() 보호된 메소드

protected GetRelativePath ( string entryName ) : string
entryName string
리턴 string