recls C# mapping

FileEntry.Dispose Method 

Releases the recls library's resources used by this instance

[Visual Basic]
NotOverridable Public Sub Dispose() Implements _
   IDisposable.Dispose
[C#]
public void Dispose();

Implements

IDisposable.Dispose

Remarks

Calling Dispose allows for an early release of resources back to the recls library

See Also

FileEntry Class | recls Namespace