Class ZipExtractor
Inheritance
System.Object
ZipExtractor
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.Foundation.Zip
Assembly: Simplic.Framework.Foundation.dll
Syntax
public class ZipExtractor
Constructors
| Improve this Doc View SourceZipExtractor()
Constructor
Declaration
public ZipExtractor()
Methods
| Improve this Doc View SourceExtract(ZipArchive, String)
Extract
Declaration
public bool Extract(ZipArchive Archiv, string Path)
Parameters
Type | Name | Description |
---|---|---|
ZipArchive | Archiv | |
System.String | Path | Path where the zip will be extract |
Returns
Type | Description |
---|---|
System.Boolean |
ExtractAsync(ZipArchive, String)
Extract Path where the zip will be extract
Declaration
public void ExtractAsync(ZipArchive Archiv, string Path)
Parameters
Type | Name | Description |
---|---|---|
ZipArchive | Archiv | |
System.String | Path |
Events
| Improve this Doc View SourceOnExtractedEventHandler
Extract Event
Declaration
public event ZipExtractor.OnExtracted OnExtractedEventHandler
Event Type
Type | Description |
---|---|
ZipExtractor.OnExtracted |