There is no summary.

Assembly: Cake3
Collapse/Expand Public Classes
  Name Description
Public Class AddOptions Represent the options for add file(s) to archive.
Public Class AddOptionsEx Represent extra options for add file(s) to archive.
Public Class Abstract CakArchiver Represent an archive handler, act as a layer between cakdir3 and archive dlls.
Public Class Cakdir3 Main unit of Cake3, provide support for all archive operations.
Public Class ContentList Represent a list of archive contents (ContentType).
Public Class Static Defines Defined constants.
Public Class DeleteOptions Represent the options for delete file(s) from archive.
Public Class ErrorEventArgs ErrorEventArgs contain a event data related to error message.
Public Class ErrorMessage Represent an error message type.
Public Class ExtractOptions Represent the options for extract file(s) from archive.
Public Class ItemListEventArgs ItemListEventArgs contain a event data related to item listing.
Public Class MessageEventArgs MessageEventArgs contain a event data related to progress message.
Public Class OverwriteEventArgs OverwriteEventArgs contain a event data related to overwrite confirmation.
Public Class PasswordEventArgs PasswordEventArgs contain a event data related to password request.
Public Class ProgressEventArgs ProgressEventArgs contain a event data related to progress message.
Public Class Utils Cakdir3.Utils
Collapse/Expand Public Structures
  Name Description
Public Structure ContentType Represent a file in an archive.
Collapse/Expand Public Delegates
  Name Description
Public Delegate ErrorEventHandler Represents the method that will handle an event that report an error.
Public Delegate ItemListEventHandler Represents the method that will handle an event that list an item.
Public Delegate MessageEventHandler Represents the method that will handle an event that output a message.
Public Delegate OverwriteEventHandler Represents the method that will handle an event that request overwrite confirm.
Public Delegate PasswordEventHandler Represents the method that will handle an event that request file password.
Public Delegate ProgressEventHandler Represents the method that will handle an event that report a progress.
Collapse/Expand Public Enumerations
  Name Description
Public Enumeration AddOptions.folderMode Represent how folder information is stored in archive.
Public Enumeration ContentType.SortMetric Specifies the sort method.