[Mono-bugs] [Bug 65478][Nor] Changed - Type.GetType("Gtk.Window, gtk-sharp") should not work

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jun 23 09:11:18 EDT 2005


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 gonzalo at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=65478

--- shadow/65478	2005-06-23 08:19:03.000000000 -0400
+++ shadow/65478.tmp.5971	2005-06-23 09:11:18.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 65478
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: mkestner at ximian.com               
 QAContact: mono-bugs at ximian.com
@@ -35,6 +35,21 @@
 Mike, isn't this fixed now?
 
 ------- Additional Comments From mkestner at ximian.com  2005-06-23 08:19 -------
 I'm not sure.  When I opened this bug I switched Gtk# to use
 LoadWithPartialName + GetType, and have since gone to a more sane type
 mapping/loading scheme for multiple version support.
+
+------- Additional Comments From gonzalo at ximian.com  2005-06-23 09:11 -------
+This test prints nothing:
+-----------------
+using System;
+
+class Test {
+	static void Main ()
+	{
+		Type t = Type.GetType ("Gtk.Window, gtk-sharp");
+		if (t != null)
+			Console.WriteLine ("Error");
+	}
+}
+--------------


More information about the mono-bugs mailing list