Class TemporaryFileRemover
Support class for removing temporary files, with repeated attempts if required.
Implements
Inherited Members
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()