Class TemporaryFileRemover
Support class for removing temporary files, with repeated attempts if required.
Inheritance
System.Object
TemporaryFileRemover
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FellowOakDicom.IO
Assembly: fo-dicom.core.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