Posts tagged COM
Safe COM: Managed Disposable Strongly...
There are several problems using COM from
.NET:
You cannot implement the Dispose pattern
by utilizing the “<span class=
\"cs-keyword\">using” block in order to safely dispose
COM references.
You cannot guaranty COM references are finalized. There’s no
way to implement “~Destructor()” for COM
references.
C [...]