Archive | Interoperability with COM RSS feed for this section

Understanding the ComImport Attribute in C#

October 3, 2010

0 Comments

When placed on a class, the ComImport attribute marks the class as an externally implemented Com class. Such a class declaration enables the use of a C# name to refer to a COM class.

Continue reading...

Interoperability with COM Programs

October 2, 2010

0 Comments

In the next few posts, we’ll be learning attributes for creating programs that interoperate with COM programs. Let’s start off with the ComAlias Name attribute

Continue reading...

How to Use TypeLib Information and Enums in C#

October 1, 2010

0 Comments

The TypeLibVar attribute in C#is used to specify typelib flags, for interoperability with COM.

Continue reading...