This class exposes a set of COM-accessible wrappers for static
methods available on the ZipFile class. You don't need this
class unless you are using DotNetZip from a COM environment.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class ComHelper
Public Class ComHelper
public ref class ComHelper
Members
All Members | Constructors | Methods | |||
|
|
|
Icon | Member | Description |
---|---|---|
ComHelper()()()() |
Initializes a new instance of the ComHelper class
|
|
CheckZip(String) |
A wrapper for ZipFile.CheckZip(string)
|
|
CheckZipPassword(String, String) |
A COM-friendly wrapper for the static method CheckZipPassword(String, String).
|
|
Equals(Object) | (Inherited from Object.) |
|
Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
FixZipDirectory(String) |
A wrapper for ZipFile.FixZipDirectory(string)
|
|
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
|
GetZipLibraryVersion()()()() |
A wrapper for ZipFile.LibraryVersion
|
|
IsZipFile(String) |
A wrapper for ZipFile.IsZipFile(string)
|
|
IsZipFileWithExtract(String) |
A wrapper for ZipFile.IsZipFile(string, bool)
|
|
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |
ComHelper |