Table of Contents

Class TemporaryFileRemover

Namespace
FellowOakDicom.IO
Assembly
fo-dicom.core.dll

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

public class TemporaryFileRemover : IDisposable
Inheritance
TemporaryFileRemover
Implements
Inherited Members
Extension Methods

Methods

Delete(IFileReference)

Delete the specified temporary file.

public static void Delete(IFileReference file)

Parameters

file IFileReference

Dispose()

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

public void Dispose()

~TemporaryFileRemover()

Destructor.

protected ~TemporaryFileRemover()