Try a.GetCustomAttr ibutes(GetType( Runtime.Interop Services.GuidAt tribute),
False) with a being the assembly for which you want the GUID.
You may want to explain what you are trying to do so that we are sure which
GUID you are talking about (the one used by COM visible assemblies ?) and in
case someone would have an alternate way to achieve your overall goal...
On Thu, 19 Jun 2008 19:29:11 +0200, "Patrice"
<http://www.chez.com/scribe/wrote:
>Try a.GetCustomAttr ibutes(GetType( Runtime.Interop Services.GuidAt tribute),
>False) with a being the assembly for which you want the GUID.
>
>You may want to explain what you are trying to do so that we are sure which
>GUID you are talking about (the one used by COM visible assemblies ?) and in
>case someone would have an alternate way to achieve your overall goal...
Thanks, that did what I want. I am looking for a way to uniquely
identify the DLL ... obviously. I just couldn't find where MS hid the
damn thing!
Comment