GetFiles Method (stream)

Microsoft Deployment Tools

Deployment Tools Foundation GetFiles Method (stream)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionCompressionEngineGetFiles(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.
Return Value
A list of the paths of all files contained in the archive.
Exceptions
Exception Condition
ArchiveException The stream is not a valid archive.

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression) Version: 3.0.0.0 (3.5.1623.0)