3
Answers

Constructors and Destructors

Ask a question
sunkam

sunkam

21y
1.8k
1
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]

Answers (3)