| | |
Destructor question!!!
Please support our C# advertiser: Intel Parallel Studio Home
Thread Solved |
•
•
Join Date: Jul 2009
Posts: 962
Reputation:
Solved Threads: 205
•
•
•
•
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 |
Tag cloud for C#
.net access algorithm array barchart bitmap box buttons c# chat check checkbox class client color combobox control conversion csharp custom database datagrid datagridview dataset datetime degrees draganddrop drawing encryption enum event excel file files form format forms ftp function gdi+ httpwebrequest image index input install java label list listbox listener login mandelbrot math mouseclick mysql networking object operator oracle path photoshop picturebox pixelinversion post prime programming radians regex remote remoting resource 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






