Hi All, I am trying to get the type for System.Drawing.Point as follows:
System.Type.GetType( "System.Drawing.Point" ); This does not work giving back null. Adding the fully qualified assembly name causes it to work. Is there an easier way than using the Fully Qualified Assembly Name? If not what is the best way to do this? Assembly.CreateQualifiedName just seems to do a concatenation. It does not fill out the fully qualified name. Additionally, I have noticed that during runtime in the debugger the debugger shows some types as System.RuntimeType. This is not documented anywhere. What is it? Thanks for your help, Paul Beaulieu You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.