Hi folks,
Who can explain me why the following expression does not result in getting
the correct type, but null:
Type t = Type.GetType("S ystem.Xml.XmlRe ader");
For "System.Str ing" it works as well as for "System.IO.Stre am" or
"System.Globali zation.CultureI nfo". Does that related to the constructor of
XmlReader being not public?
Thanks,
Martin
Who can explain me why the following expression does not result in getting
the correct type, but null:
Type t = Type.GetType("S ystem.Xml.XmlRe ader");
For "System.Str ing" it works as well as for "System.IO.Stre am" or
"System.Globali zation.CultureI nfo". Does that related to the constructor of
XmlReader being not public?
Thanks,
Martin
Comment