Search Results for

    Show / Hide Table of Contents

    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 Source

    ZipExtractor()

    Constructor

    Declaration
    public ZipExtractor()

    Methods

    | Improve this Doc View Source

    Extract(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
    | Improve this Doc View Source

    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 Source

    OnExtractedEventHandler

    Extract Event

    Declaration
    public event ZipExtractor.OnExtracted OnExtractedEventHandler
    Event Type
    Type Description
    ZipExtractor.OnExtracted
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx