| | |
Destructor question!!!
Please support our C# advertiser: Intel Parallel Studio Home
Thread Solved |
•
•
Join Date: Jul 2009
Posts: 927
Reputation:
Solved Threads: 150
•
•
•
•
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
| Thread Tools | Search this Thread |
.net access ado.net algorithm alignment array barchart bitmap box broadcast buttons c# chat check checkbox client color combobox control conversion csharp custom customactiondata database datagrid datagridview dataset datetime degrees development draganddrop drawing encryption enum event excel file files form format forms function gdi+ hospitalmanagementsystems httpwebrequest image index input install java label list listbox listener mandelbrot math mouseclick mysql networking operator path photoshop picturebox pixelinversion post prime programming radians regex remote remoting richtextbox save saving serialization server sleep socket sql statistics stream string table tcp text textbox thread time timer treeview update usercontrol validation view visualstudio webbrowser windows winforms wpf xml






