I have an application written in C++ (NOT .NET) which creates an instance of
a vb .net object.
My application releases the .net object when it has finished using it.
However .NET GC is not destroying the object until my application closes
which can be minutes or hours later.
How can my C++ application force the .NET object to be TOTALY destroyed when
I release it.
Thanks.
--
Michael Tissington
a vb .net object.
My application releases the .net object when it has finished using it.
However .NET GC is not destroying the object until my application closes
which can be minutes or hours later.
How can my C++ application force the .NET object to be TOTALY destroyed when
I release it.
Thanks.
--
Michael Tissington
Comment