Reflection
i want to reflect the System.Drawing.Color Members, how can i do this???
for example the next line works
Type MyType = Type.GetType("System.Reflection.PropertyInfo");
but this is do not work
Type MyType = Type.GetType(" System.Drawing.Color");
and MYType is just null.
Please help
MykoninePosted Mar 1, 2005, 12:25 AM
bilnaadPosted Feb 28, 2005, 6:11 PM
shimtannyPosted Feb 28, 2005, 3:23 AM