Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkAdd(String)
Adds specified local files or directories to the ZIP archive.
Public methodSupported by the .NET Compact FrameworkAdd(FileSet) Obsolete.
Public methodSupported by the .NET Compact FrameworkAdd(FileSet)
Adds specified local files or directories to the ZIP archive.
Public methodSupported by the .NET Compact FrameworkAdd(String, String)
Adds specified local files or directories to a directory within the ZIP archive.
Public methodSupported by the .NET Compact FrameworkAdd(FileSet, String) Obsolete.
Public methodSupported by the .NET Compact FrameworkAdd(FileSet, String)
Adds specified local files or directories to a directory within the ZIP archive.
Public methodSupported by the .NET Compact FrameworkAdd(String, String, TraversalMode)
Adds specified local files or directories to a directory within the ZIP archive.
Public methodStatic memberSupported by the .NET Compact FrameworkAdd(String, String, String)
Adds specified local files or directories to a directory within the specified ZIP archive.
Public methodSupported by the .NET Compact FrameworkAdd(FileSet, String, ArchiveActionOnExistingFile) Obsolete.
Public methodSupported by the .NET Compact FrameworkAdd(String, String, ArchiveTraversalMode, ArchiveActionOnExistingFile) Obsolete.
Public methodSupported by the .NET Compact FrameworkAdd(FileSet, String, TransferMethod, ActionOnExistingFiles)
Adds specified local files or directories to a directory within the ZIP archive.
Public methodSupported by the .NET Compact FrameworkAdd(String, String, TraversalMode, TransferMethod, ActionOnExistingFiles)
Adds specified local files or directories to a directory within the ZIP archive.
Public methodStatic memberSupported by the .NET Compact FrameworkAdd(String, String, String, ArchiveTraversalMode, ArchiveActionOnExistingFile) Obsolete.
Public methodStatic memberSupported by the .NET Compact FrameworkAdd(String, String, String, TraversalMode, TransferMethod, ActionOnExistingFiles)
Adds specified local files or directories to a directory within the specified ZIP archive.

See Also