What are COM objects?

Q

Managed Code and Unmanaged Code related ASP.NET - What are COM objects?

✍: Guest

A
COM objects are another type of unmanaged code that you can use from .NET assemblies. Because COM is widely used, Visual Studio includes built-in tools for importing and using COM objects within .NET assemblies. Visual Studio also includes the option of automatically registering .NET class library assemblies for use from COM.

2009-04-07, 5235👍, 0💬