Browse by Tags

All Tags » COM » .net (RSS)
Sorry, but there are no more tags available to filter with.

Safe COM: Managed Disposable Strongly Typed safe wrapper to late bound COM

There are several problems using COM from .NET: You cannot implement the Dispose pattern by utilizing the " using " block in order to safely dispose COM references. You cannot guaranty COM references are finalized. There's no way to implement...
Posted by omar | with no comments
Filed under: ,