Type GetType y SystemInformation

19/11/2003 - 00:05 por sergi | Informe spam
Por qué System.Reflection no me devuelve el tipo de
System.Windows.Forms.SystemInformation ?

try
{


SysInfoType = Type.GetType("System.Windows.Forms.SystemInformation");

MessageBox.Show(SysInfoType.ToString());

}


catch (Exception e)

{

MessageBox.Show(e.ToString());

}
 

Leer las respuestas

#1 Michael Giagnocavo [MVP]
19/11/2003 - 02:41 | Informe spam
Que output te da? Este codigo no es completo. Puedes poner un sencillo .cs
completo que muestra el error?
-mike
MVP

"sergi" wrote in message
news:
Por qué System.Reflection no me devuelve el tipo de
System.Windows.Forms.SystemInformation ?

try
{


SysInfoType = Type.GetType("System.Windows.Forms.SystemInformation");

MessageBox.Show(SysInfoType.ToString());

}


catch (Exception e)

{

MessageBox.Show(e.ToString());

}


Preguntas similares