COM registration is done by the DllRegisterServer function of the component,
there is no standard about this function's behavior. In theory, the
component is supposed to create its registry entries for all classes
supported in the module. However, it is up to the writer of the function to
decide where to write registry information and what to do besides registry
operations.

Signature
Sheng Jiang
Microsoft MVP in VC++
>
> Using C#/.NET is it possible to detect if a COM object is
[quoted text clipped - 10 lines]
> Thanks,
> Dogman