Search Results for

    Show / Hide Table of Contents

    Class TemporaryFileRemover

    Support class for removing temporary files, with repeated attempts if required.

    Inheritance
    Object
    TemporaryFileRemover
    Implements
    IDisposable
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom.IO
    Assembly: cs.temp.dll.dll
    Syntax
    public class TemporaryFileRemover : IDisposable

    Methods

    Delete(IFileReference)

    Delete the specified temporary file.

    Declaration
    public static void Delete(IFileReference file)
    Parameters
    Type Name Description
    IFileReference file

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()

    Finalize()

    Destructor.

    Declaration
    protected void Finalize()

    Implements

    System.IDisposable
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors