Click here to Skip to main content
15,908,115 members
Home / Discussions / C#
   

C#

 
GeneralRe: initializing data members in a class Pin
Alomgir Miah20-Jul-05 12:07
Alomgir Miah20-Jul-05 12:07 
GeneralC# newbie question Pin
Tom Wright20-Jul-05 11:20
Tom Wright20-Jul-05 11:20 
GeneralRe: C# newbie question Pin
Christian Graus20-Jul-05 12:48
protectorChristian Graus20-Jul-05 12:48 
GeneralDatagrid question Pin
Tom Wright20-Jul-05 10:47
Tom Wright20-Jul-05 10:47 
GeneralRe: Datagrid question Pin
Alomgir Miah20-Jul-05 12:01
Alomgir Miah20-Jul-05 12:01 
GeneralReading custom attributes in ReflectionOnly mode Pin
Daniel Grunwald20-Jul-05 10:18
Daniel Grunwald20-Jul-05 10:18 
GeneralRe: Reading custom attributes in ReflectionOnly mode Pin
leppie20-Jul-05 10:35
leppie20-Jul-05 10:35 
GeneralRe: Reading custom attributes in ReflectionOnly mode Pin
Daniel Grunwald20-Jul-05 10:49
Daniel Grunwald20-Jul-05 10:49 
ReflectionOnly mode means the type is loaded in "inspection context".
That is a .NET 2.0 feature to load assembly if you just want to reflect on them without creating types.
It's faster, doesn't lock the assembly file etc...
But you can't get instances from ReflectionOnly assemblies, so GetCustomAttributes() always results in an exception.

But I just found the solution myself: CustomAttributeData.GetCustomAttributes(type)[^] gets information about the attributes in a ReflectionOnly compatible way.
GeneralTabControl Question Pin
zaboboa20-Jul-05 9:05
zaboboa20-Jul-05 9:05 
GeneralRe: TabControl Question Pin
Alomgir Miah20-Jul-05 10:19
Alomgir Miah20-Jul-05 10:19 
Generalthree dimentional array loops problem Pin
iramg20-Jul-05 8:47
iramg20-Jul-05 8:47 
GeneralRe: three dimentional array loops problem Pin
YawgmothIII20-Jul-05 10:03
YawgmothIII20-Jul-05 10:03 
Generalgetting an enviorment variable Pin
Bic2k20-Jul-05 8:44
Bic2k20-Jul-05 8:44 
GeneralRe: getting an enviorment variable Pin
Bic2k20-Jul-05 8:57
Bic2k20-Jul-05 8:57 
GeneralRe: getting an enviorment variable Pin
Alomgir Miah20-Jul-05 10:00
Alomgir Miah20-Jul-05 10:00 
GeneralRe: getting an enviorment variable Pin
Vasudevan Deepak Kumar21-Jul-05 3:16
Vasudevan Deepak Kumar21-Jul-05 3:16 
Generalnetwork discovery Pin
ingenious^^20-Jul-05 8:27
ingenious^^20-Jul-05 8:27 
GeneralReturn string from native code to C# using SendMessage Pin
Roman Muntyanu20-Jul-05 7:23
Roman Muntyanu20-Jul-05 7:23 
GeneralRe: Return string from native code to C# using SendMessage Pin
Luis Alonso Ramos20-Jul-05 14:19
Luis Alonso Ramos20-Jul-05 14:19 
GeneralAuto Arrange desktop icons Pin
kevin_smoke20-Jul-05 7:00
kevin_smoke20-Jul-05 7:00 
GeneralRe: Auto Arrange desktop icons Pin
Alomgir Miah20-Jul-05 12:27
Alomgir Miah20-Jul-05 12:27 
GeneralRe: Auto Arrange desktop icons Pin
kevin_smoke20-Jul-05 23:37
kevin_smoke20-Jul-05 23:37 
GeneralRe: Auto Arrange desktop icons Pin
Sabry190521-Jul-05 2:23
Sabry190521-Jul-05 2:23 
GeneralRe: Auto Arrange desktop icons Pin
Alomgir Miah21-Jul-05 3:40
Alomgir Miah21-Jul-05 3:40 
GeneralRe: Auto Arrange desktop icons Pin
Alomgir Miah21-Jul-05 3:40
Alomgir Miah21-Jul-05 3:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.