How to determine if DLL is COM or .NET?

Posted by Hao on Stack Overflow See other posts from Stack Overflow or by Hao
Published on 2010-06-10T03:05:40Z Indexed on 2010/06/10 3:12 UTC
Read the original article Hit count: 275

Filed under:
|

i have an updater program, the pulled files from server has mixed vb6 dll and .net dll in one directory. how to determine if a dll is a COM one? (so i can invoke regsvr32 to it from the updater program)

© Stack Overflow or respective owner

Related posts about .NET

Related posts about vb6