Get the only instance of this class (singleton).

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

Syntax

C#
public static FileManager Reference { get; }
Visual Basic
Public Shared ReadOnly Property Reference As FileManager
	Get
Visual C++
public:
static property FileManager^ Reference {
	FileManager^ get ();
}

Return Value

Handle to FileManager object

See Also