BaseEncoder
Finalize Method
BASS.NET API for the Un4seen BASS Audio Library
Finalization code.
Namespace:
Un4seen.Bass.Misc
Assembly:
Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
C#
VB
Copy
protected
override
void
Finalize
()
Protected
Overrides
Sub
Finalize
Remarks
This destructor will run only if the Dispose method does not get called. It gives your base class the opportunity to finalize. Do not provide destructors in types derived from this class.
See Also
Reference
BaseEncoder Class
Un4seen.Bass.Misc Namespace