COM Interop
Appearance
![]() | It has been suggested that this article be merged into .NET Framework. (Discuss) Proposed since September 2007. |
![]() | This article provides insufficient context for those unfamiliar with the subject. |
== .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.