Deployment Tools Foundation
GetFiles Method
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression.Cab ► CabInfo ► GetFiles()()()
Gets information about the files contained in the archive.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public IList<CabFileInfo> GetFiles()
Public Function GetFiles As IList(Of CabFileInfo)
public: IList<CabFileInfo^>^ GetFiles()
Return Value
A list of CabFileInfo objects, each
containing information about a file in the archive.