Finalize Method (Disposable)
Finalizes an instance of the Disposable class.
Syntax
'Declaration <SuppressMessageAttribute("Microsoft.Design", "CA1063:ImplementIDisposableCorrectly", Justification="Intentional Use.")> Protected Overrides Sub Finalize()
'Usage Dim instance As Disposable instance.Finalize()
[SuppressMessage("Microsoft.Design", "CA1063:ImplementIDisposableCorrectly", Justification="Intentional Use.")] protected override void Finalize()
[SuppressMessage("Microsoft.Design", "CA1063:ImplementIDisposableCorrectly", Justification="Intentional Use.")] protected: void Finalize(); override
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also