OpenRead Method

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation OpenRead Method
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionArchiveFileInfoOpenRead()()()()
Opens the archive file for reading without actually extracting the file to disk.
Declaration Syntax
C# Visual Basic Visual C++
public Stream OpenRead()
Public Function OpenRead As Stream
public:
Stream^ OpenRead()
Return Value
Stream
A stream for reading directly from the packed file. Like any stream this should be closed/disposed as soon as it is no longer needed.

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)