Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
COM Components
Message
 
À
20/02/2003 10:40:05
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Divers
Thread ID:
00755475
Message ID:
00755612
Vues:
16
>I meant in terms of developing COM with .Net, is it still COM? Or is there another standard being produced?

If you have an existing COM component and you want to call it from .NET, there is a Runtime Callable Wrapper (RCW) that .NET creates as an interface to wrap your COM object. So to .NET your COM object just looks like another .NET object. So its the same COM. The innovation is the RCW that marshalls the .NET calls into something that COM can understand.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform