Glossary:Definition - Destructor

Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio


Jump to: navigation, search
 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 B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0-9
a free glossary of C# .NET terminology from C# Online.NET edit

Personal tools