Jump to content

COM Interop

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Stormbay (talk | contribs) at 21:33, 8 June 2007 (tag). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

== .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.