[Mono-bugs] [Bug 30093][Wis] Changed - typeof(Object).Module.Assembly returns NullReferenceException.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
10 Sep 2002 08:37:39 -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 duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=30093
--- shadow/30093 Tue Sep 10 04:36:55 2002
+++ shadow/30093.tmp.676 Tue Sep 10 04:37:39 2002
@@ -20,6 +20,11 @@
throws a NullReferenceException.
//Get the mscorlib assembly, it's the one Object is defined in
Assembly a = typeof(Object).Module.Assembly;
This is used in the GetType.cs test from the MS quickstart tutorial.
+
+------- Additional Comments From duncan@ximian.com 2002-09-10 04:37 -------
+Created an attachment (id=2229)
+Example from Quickstart tutorial
+