[Mono-bugs] [Bug 62667][Wis] Changed - Type.IsSubclassOf behaviour difference

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 7 Aug 2004 20:55:52 -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=62667

--- shadow/62667	2004-08-07 11:47:43.000000000 -0400
+++ shadow/62667.tmp.6042	2004-08-07 20:55:52.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 62667
 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: colin@breame.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -30,6 +30,9 @@
 
 This is something to do with a loaded assembly becoming isolated from the
 statically linked code in the running program.  As far as I can tell, this
 makes plugins impossible as you can never find out which types are
 available in an assembly, unless I'm missing something (which is probably
 the case), this is stupid.
+
+------- Additional Comments From miguel@ximian.com  2004-08-07 20:55 -------
+Please provide a self contained test case for this.