How to extract a GUID from a Win32 DLL or OCX

Posted by Paul Sasik on Stack Overflow See other posts from Stack Overflow or by Paul Sasik
Published on 2010-05-28T16:11:01Z Indexed on 2010/05/28 16:41 UTC
Read the original article Hit count: 244

Filed under:
|
|
|
|

We have a .NET app that needs to examine a folder that may contain COM libraries (DLL and OCX.) When we do encounter a COM library one thing we need to accomplish is to extract the GUID from the COM DLL or OCX.

Is there a straightforward way to do this with .NET without using 3rd party libraries?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET