Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkGetItems()()()()
Gets the collection of all archive items stored within the ZIP archive.
Public methodSupported by the .NET Compact FrameworkGetItems(FileSet)
Gets the collection of archive items stored within the ZIP archive matching the specified set.
Public methodSupported by the .NET Compact FrameworkGetItems(String, ArchiveTraversalMode) Obsolete.
Public methodSupported by the .NET Compact FrameworkGetItems(String, TraversalMode)
Gets the collection of archive items stored within the ZIP archive matching the specified path or mask using the specified traversal mode.
Public methodSupported by the .NET Compact FrameworkGetItems(FileSet, ArchiveItemTypes)
Gets the collection of archive items stored within the ZIP archive matching the specified set.
Public methodSupported by the .NET Compact FrameworkGetItems(String, ArchiveTraversalMode, ArchiveItemTypes) Obsolete.
Public methodSupported by the .NET Compact FrameworkGetItems(String, TraversalMode, ArchiveItemTypes)
Gets the collection of archive items stored within the ZIP archive matching the specified path or mask and type using the specified traversal mode.

See Also