M
Mullin Yu
as subject.
i instantiate a COM object at my c# application like below
IDMObjects.Library oLib = new IDMObjects.LibraryClass();
should i need to close it or set it to nothing/null to release resources.
e.g.
oLib = null
or something else
thanks!
mullin
i instantiate a COM object at my c# application like below
IDMObjects.Library oLib = new IDMObjects.LibraryClass();
should i need to close it or set it to nothing/null to release resources.
e.g.
oLib = null
or something else
thanks!
mullin