Accessing attributes from AssemblyInfo on CF
From: Waldek (waldemarg_at_autograf.pl)
Date: 02/18/05
- Next message: Peter Foot [MVP]: "Re: BlueTooth stacks (WidComm, BroadComm, MS) (peter?)"
- Previous message: Reef: "Re: help hiding SIP "triangle""
- Next in thread: Daniel Moth: "Re: Accessing attributes from AssemblyInfo on CF"
- Reply: Daniel Moth: "Re: Accessing attributes from AssemblyInfo on CF"
- Reply: Waldek: "Re: Accessing attributes from AssemblyInfo on CF"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 18 Feb 2005 23:50:34 +0100
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)
- Next message: Peter Foot [MVP]: "Re: BlueTooth stacks (WidComm, BroadComm, MS) (peter?)"
- Previous message: Reef: "Re: help hiding SIP "triangle""
- Next in thread: Daniel Moth: "Re: Accessing attributes from AssemblyInfo on CF"
- Reply: Daniel Moth: "Re: Accessing attributes from AssemblyInfo on CF"
- Reply: Waldek: "Re: Accessing attributes from AssemblyInfo on CF"
- Messages sorted by: [ date ] [ thread ]