Constructors and Destructors
As i know the Garbage Collector manages the allocation and deallocation of memory in C#.
When i need to convert unmanaged code into C# what exactly should be done with constructor and destructor code?Should i convert it accordingly as in C# or leave it assuming GC will look after it?
Please give the information at the earliest.
Mail [email protected]
chrishornbergerPosted Oct 9, 2003, 2:04 PM
avidgamefanPosted Oct 9, 2003, 1:51 PM
chrishornbergerPosted Oct 9, 2003, 9:10 AM