C# Класс ZeroInstall.Store.Implementations.Archives.MsiExtractor

Extracts a Windows Installer MSI package (with one or more embedded CAB archives).
Наследование: MicrosoftExtractor
Показать файл Открыть проект

Защищенные методы

Метод Описание
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