BinaryStreamFinalize Method

Finalizes an instance of the BinaryStream class.

Definition

Namespace: SnapDB.IO.Unmanaged
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected override void Finalize()

Implements

ObjectFinalize

Remarks

The destructor is responsible for cleaning up resources associated with the BinaryStream instance when the instance is garbage-collected. It calls the Dispose method to release resources and suppresses the finalization of this object to prevent it from being finalized again.

See Also