
Examining Registry Entries
COM interop provides a standard class factory implementation to create an instance of any .NET Framework class. Clients can call DllGetClassObject on the managed DLL to get a class factory and create objects, just as they would with any other COM component.
A reference to Mscoree.dll appears in place of a traditional COM type library to indicate that the common language runtime creates the managed object.