W
Waldek
Is possible to access attributes from AssemblyInfo file like
"AssemblyTitle","AssemblyDescription"
etc.
Code below causes NotSupportedException :
Dim att As System.Reflection.AssemblyTitleAttribute
att =
System.Reflection.AssemblyTitleAttribute.GetCustomAttribute(System.Reflectio
n.Assembly.GetExecutingAssembly(),
GetType(System.Reflection.AssemblyTitleAttribute))
MsgBox(att.Title)
"AssemblyTitle","AssemblyDescription"
etc.
Code below causes NotSupportedException :
Dim att As System.Reflection.AssemblyTitleAttribute
att =
System.Reflection.AssemblyTitleAttribute.GetCustomAttribute(System.Reflectio
n.Assembly.GetExecutingAssembly(),
GetType(System.Reflection.AssemblyTitleAttribute))
MsgBox(att.Title)