Jump to content

COM Interop

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Man 25 (talk | contribs) at 12:25, 8 June 2007 (Created page with ' == .NET COM Components and COM == .NET creates a type library and special registry entries when the component is registered. When the type is instantiated through ...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

.NET COM Components and COM

.NET creates a type library and special registry entries when the component is registered. When the type is instantiated through COM the .NET Runtime is the actual COM object that executes and it merely marshals any method calls or property access to your type implementation.