Search Results for

    Show / Hide Table of Contents

    Struct ZipArchive.ZipFileInfo

    ZipFile Info

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Simplic.Framework.Foundation.Zip
    Assembly: Simplic.Framework.Foundation.dll
    Syntax
    public struct ZipFileInfo

    Properties

    | Improve this Doc View Source

    CompressionMethod

    Declaration
    public readonly object CompressionMethod { get; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    DeflateOption

    Declaration
    public readonly object DeflateOption { get; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    FolderFlag

    Declaration
    public readonly bool FolderFlag { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    LastModFileDateTime

    Declaration
    public readonly DateTime LastModFileDateTime { get; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    Name

    Declaration
    public readonly string Name { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    VolumeLabelFlag

    Declaration
    public readonly bool VolumeLabelFlag { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    GetStream(FileMode, FileAccess)

    get Stream

    Declaration
    public Stream GetStream(FileMode Mode = FileMode.Open, FileAccess Access = FileAccess.Read)
    Parameters
    Type Name Description
    System.IO.FileMode Mode
    System.IO.FileAccess Access
    Returns
    Type Description
    System.IO.Stream
    | Improve this Doc View Source

    ToString()

    ToString

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx