| | |
Destructor question!!!
Thread Solved |
•
•
Join Date: Jul 2009
Posts: 978
Reputation:
Solved Threads: 224
•
•
•
•
MSDN:
The programmer has no control over when the destructor is called because this is determined by the garbage collector. The garbage collector checks for objects that are no longer being used by the application. If it considers an object eligible for destruction, it calls the destructor (if any) and reclaims the memory used to store the object. Destructors are also called when the program exits.
Destructors
Dispose
![]() |
Similar Threads
- newbie c++ student, having touble with class and destructor (C++)
- Completely Stuck on class project-- HELP! (C++)
- singleton pattern and its destructor... (C++)
- destructor question (C++)
- use of destructor (C++)
- Initializing a member of a class with another const/destructor! (C++)
Other Threads in the C# Forum
- Previous Thread: set DataGridView cell color during Rows.Add ??
- Next Thread: C# Form Text Box Input to SQL Database
Views: 324 | Replies: 3
| Thread Tools | Search this Thread |
Tag cloud for C#
.net 2d access algorithm application array asp.net bitmap box broadcast button c# chat check checkbox class code color combobox connectionproblem control conversion csharp custom data database datagrid datagridview dataset datatable degrees display dll drawing enum event excel exception file form format forms function game gcd gdi+ graphics grid image index input instance internet list listbox login math mdi mysql notepad numbers operator picturebox prime print programming radians remote remoting resource round saving search sendkeys server sleep socket sounds sql statistics stored string studio table text textbox threading timer update url validation variable vc++ visual webbrowser windows winforms wpf write xml






