Why does accessing a COM object from .NET, without going through the Interop class, sometimes work?

后端 未结 3 2250
面向向阳花
面向向阳花 2021-02-19 23:06

When you interface a COM object from .NET code, VS creates an interop DLL, with interop classes.

Example:

You have a foo.dll the implements a COM library Foo, th

3条回答
提交回复
热议问题