[Mono-bugs] [Bug 79682][Nor] New - [PATCH] New IsSubclassOf implementation that supports user defined types (required by vbnc as well)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Oct 17 10:05:11 EDT 2006
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 kornelpal at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79682
--- shadow/79682 2006-10-17 10:05:11.000000000 -0400
+++ shadow/79682.tmp.19129 2006-10-17 10:05:11.000000000 -0400
@@ -0,0 +1,110 @@
+Bug#: 79682
+Product: Mono: Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: kornelpal at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: [PATCH] New IsSubclassOf implementation that supports user defined types (required by vbnc as well)
+
+Please review and approve the patch.
+
+The attached test case should have the following output:
+IsClass
+False
+True
+True
+False
+False
+False
+True
+True
+False
+True
+False
+GetAttributeFlagsImpl
+IsSubclassOf
+BaseType
+True
+IsEnum
+False
+False
+False
+False
+False
+True
+False
+False
+True
+False
+False
+IsSubclassOf
+BaseType
+False
+IsSerializable
+True
+True
+False
+False
+True
+True
+True
+True
+False
+False
+False
+GetAttributeFlagsImpl
+True
+IsValueType
+False
+False
+False
+False
+True
+True
+False
+False
+True
+False
+True
+IsSubclassOf
+BaseType
+False
+CreateType
+IsClass
+False
+True
+False
+False
+True
+False
+IsEnum
+True
+False
+False
+True
+False
+False
+IsSerializable
+False
+False
+False
+True
+False
+False
+IsValueType
+True
+False
+True
+True
+False
+True
More information about the mono-bugs
mailing list