COM-style Aggregation in C#

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Karigar

    COM-style Aggregation in C#

    I have been so far developing COM servers and clients in C++. I am new
    to C#/NET way of doing COM and was wondering if it is possible to
    accomplish aggregation in .NET platform. By aggregation I mean classic
    COM aggregation in which the outer object controls which interfaces it
    of inner object it exposes, and to the outside world it appears as the
    inner object without having to implement all the interfaces. By
    aggregation I do not mean a collection of objects. I have seached on
    web, and it appears following some threads that it is possible, but I
    will appreciate if someone can point out a working sample that shows
    how to do it - or explain how to go about implementing it in .NET/C#.

    Thanks!

    Kaarigar
    ==============

Working...