dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Reflection Module.cs,


From: Richard Baumann <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Reflection Module.cs, 1.12, 1.13
Date: Sat, 26 Jul 2003 02:21:01 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Reflection
In directory subversions:/tmp/cvs-serv9539/runtime/System/Reflection

Modified Files:
        Module.cs 
Log Message:
Fix Module.Assembly.


Index: Module.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Reflection/Module.cs,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** Module.cs   29 May 2003 01:22:40 -0000      1.12
--- Module.cs   26 Jul 2003 06:20:59 -0000      1.13
***************
*** 135,140 ****
                                get
                                {
!                                       return GetAssembly();
                                }
                        }
  #endif
--- 135,146 ----
                                get
                                {
!                                       return GetAssemblyCore();
                                }
+                       }
+ 
+       // Workaround the fact that the Assembly property is non-virtual.
+       internal virtual System.Reflection.Assembly GetAssemblyCore()
+                       {
+                               return GetAssembly();
                        }
  #endif





reply via email to

[Prev in Thread] Current Thread [Next in Thread]