Try a.GetCustomAttributes(GetType(Runtime.InteropServices.GuidAttribute),
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...