Search Results for

    Show / Hide Table of Contents

    TZippyReader.Dispose Method

    Overloads

    • TZippyReader.Dispose
    • TZippyReader.Dispose(Boolean)

    TZippyReader.Dispose

    Releases all resources used by the TZippyReader object.

    Remarks

    Call Dispose when you are finished using the TZippyReader. The Dispose method leaves the TZippyReader in an unusable state. After calling Dispose, you must release all references to the TZippyReader so the garbage collector can reclaim the memory that the TZippyReader was occupying.

    Syntax

    Namespace: FlexCel.Core

    public void Dispose()

    See also

    • TZippyReader

    TZippyReader.Dispose(Boolean)

    See dispose pattern.

    Syntax

    Namespace: FlexCel.Core

    protected virtual void Dispose(Boolean disposing)

    Parameters

    <-> Parameter Type Description
    disposing Boolean If set to true this code is called from a Dispose call; if not from a finalizer.

    See also

    • TZippyReader
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com