Temp file class holds a list of temporary file. The convenient method "DeleteTempFiles" deletes every temp file created with "GetTempFileFullName"

Namespace: LLCryptoLib.Utils
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public sealed class TempFile : IDisposable
Visual Basic
Public NotInheritable Class TempFile _
	Implements IDisposable
Visual C++
public ref class TempFile sealed : IDisposable

Inheritance Hierarchy

System..::..Object
  LLCryptoLib.Utils..::..TempFile

See Also