Glossary:Definition - Destructor
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Term | Destructor | |
| Definition | Method called when an object goes out of scope. In .NET languages, the destructor method is called when the object is garbage collected by the Common Language Runtime (CLR) sometime after the object goes out of scope. In C#, the destructor is mapped to the Finalize method.
| |
| See also | Constructor, Dispose, Finalize | |
| You may edit this definition to improve or extend it. | ||
| Online Dictionary of Visual C# .NET Programming | |
| a free glossary of C# .NET terminology from C# Online.NET | edit |