Deployment Tools Foundation
GetFiles Method (stream)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression ► CompressionEngine ► GetFiles(Stream)
Gets the list of files in an archive Stream.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public IList<string> GetFiles( Stream stream )
Public Function GetFiles ( stream As Stream ) As IList(Of String)
public: IList<String^>^ GetFiles( Stream^ stream )
Parameters
- stream (Stream)
- A stream for reading the archive.
Exceptions
Exception | Condition |
---|---|
ArchiveException | The stream is not a valid
archive. |
Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)