Reflection

Feb 27 2005 6:56 AM
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

Answers (3)