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/Emit Module


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

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

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


Index: ModuleBuilder.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Reflection/Emit/ModuleBuilder.cs,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** ModuleBuilder.cs    23 Jul 2003 04:47:07 -0000      1.10
--- ModuleBuilder.cs    26 Jul 2003 06:20:59 -0000      1.11
***************
*** 70,73 ****
--- 70,79 ----
                        }
  
+       // Workaround the fact that the Assembly property is non-virtual. 
+       internal override System.Reflection.Assembly GetAssemblyCore()
+                       {
+                               return assembly;
+                       }
+ 
        // Get the fully qualified name of this module.
        public override String FullyQualifiedName





reply via email to

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