M
mamin
What is the difference between writtinig
System.Runtime.InteropServices.Marshal.ReleaseComObject(ob)
and writting ob=null ?. What will happen with my object in memory after
those operations?
System.Runtime.InteropServices.Marshal.ReleaseComObject(ob)
and writting ob=null ?. What will happen with my object in memory after
those operations?