[Mono-bugs] [Bug 57986][Wis] Changed - Type.GetType() not working for types not already loaded
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 12 May 2004 23:14:30 -0400 (EDT)
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=57986
--- shadow/57986 2004-05-03 11:46:10.000000000 -0400
+++ shadow/57986.tmp.14102 2004-05-12 23:14:30.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 57986
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lluis@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -35,6 +35,10 @@
Additinal information:
If I add something like
typeof(System.Runtime.Remoting.Channels.Http.HttpChannel) to the test case,
Type.GetType() works.
+
+------- Additional Comments From miguel@ximian.com 2004-05-12 23:14 -------
+Does that mean that MS will actually load types?
+