How are the objects created or used in a P/invoke function or RCW native function are released/disposed?
will .Net GC take care of that?
Does GC have any control over those objects?
Is it the developers sole responsibility to release/dispose those objects by calling their .Close() or .Release() methods?
Please guide me.
Thanks and regards. 123Developer