How OS diffentiates COM dll and assembly??

  • Thread starter Thread starter Esha
  • Start date Start date
How OS diffentiates COM dll and assembly??

I can't think of a situation where the OS has to do that.

But if it does, it can look at the PE headers to determine if a
library is a managed module or not.

COM in-proc libraries are required to export certain entry points,
such as DllGetClassObject.


Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top