[Mono-bugs] [Bug 27992][Nor] Changed - Type.GetType() incorrect returns null if a simple type name is passed
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
24 Jul 2002 11:35:00 -0000
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=27992
--- shadow/27992 Sat Jul 20 06:42:33 2002
+++ shadow/27992.tmp.14486 Wed Jul 24 07:35:00 2002
@@ -1,13 +1,13 @@
Bug#: 27992
Product: Mono/Runtime
Version: unspecified
OS: SuSE 8.0
OS Details: SuSE 8.0
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: murban@houston.rr.com
QAContact: mono-bugs@ximian.com
@@ -62,6 +62,9 @@
{
Type theType = System.Type.GetType("Label");
Console.WriteLine( theType.ToString() );
}
}
+
+------- Additional Comments From lupus@ximian.com 2002-07-24 07:35 -------
+Fixed in cvs.