Property | Type | Description | |
---|---|---|---|
CabEngine | Microsoft.Deployment.Compression.Cab.CabEngine | ||
CabStream | Stream |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
MicrosoftExtractor ( string target ) : System |
Method | Description | |
---|---|---|
IUnpackStreamContext ( int archiveNumber, string archiveName, Microsoft.Deployment.Compression.CompressionEngine compressionEngine ) : Stream | ||
IUnpackStreamContext ( string path, long fileSize, System.DateTime lastWriteTime ) : Stream | ||
IUnpackStreamContext ( int archiveNumber, string archiveName, Stream stream ) : void | ||
IUnpackStreamContext ( string path, Stream stream, FileAttributes attributes, System.DateTime lastWriteTime ) : void |
protected MicrosoftExtractor ( string target ) : System | ||
target | string | |
return | System |
protected CabEngine,Microsoft.Deployment.Compression.Cab CabEngine | ||
return | Microsoft.Deployment.Compression.Cab.CabEngine |