Thread.Finalize Method
.NET Framework 1.1
Releases the resources held by this instance.
[C#] In C#, finalizers are expressed using destructor syntax.
[C++] In C++, finalizers are expressed using destructor syntax.
[Visual Basic] Overrides Protected Sub Finalize() [C#] ~Thread(); [C++] ~Thread(); [JScript] protected override function Finalize();
Remarks
Application code does not call this method; it is automatically invoked during garbage collection.
See Programming for Garbage Collection for more information.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework, Common Language Infrastructure (CLI) Standard