Read assembly Guid
Posted
by ggonsalv
on Stack Overflow
See other posts from Stack Overflow
or by ggonsalv
Published on 2010-05-27T16:06:49Z
Indexed on
2010/05/27
16:11 UTC
Read the original article
Hit count: 249
Is it possible to read the GUID from the Assembly without actually loading it in the current App Domain.
Normally Assembly.Load loads the DLL into the app domain. I just want to read the value.
The description of the GUID is
'The following GUID is for the ID of the typelib
' if this project is exposed to COM
<Assembly: Guid("DEDDE61CD-928E-4ACD-8C25-3B8577284819")>
© Stack Overflow or respective owner