[ Team LiB ] |
Chapter 18. Integrating with COM ComponentsThe CLR provides support both for exposing C# objects as COM objects and for using COM objects from C#. Additionally, CLR components can make use of COM+ services and can be used as configured components by CLR and classic COM applications. |
[ Team LiB ] |