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 Assembly.c


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Reflection Assembly.cs,1.21,1.22 ClrType.cs,1.13,1.14 MethodBase.cs,1.4,1.5 Module.cs,1.7,1.8
Date: Tue, 15 Apr 2003 01:13:45 -0400

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

Modified Files:
        Assembly.cs ClrType.cs MethodBase.cs Module.cs 
Log Message:


Mark up members of the "RuntimeInfrastructure" subset of ECMA
with CONFIG_RUNTIME_INFRA.


Index: Assembly.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Reflection/Assembly.cs,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** Assembly.cs 29 Mar 2003 01:38:07 -0000      1.21
--- Assembly.cs 15 Apr 2003 05:13:43 -0000      1.22
***************
*** 22,25 ****
--- 22,27 ----
  {
  
+ #if CONFIG_RUNTIME_INFRA
+ 
  using System;
  using System.IO;
***************
*** 471,474 ****
--- 473,478 ----
  
  }; // class Assembly
+ 
+ #endif // CONFIG_RUNTIME_INFRA
  
  }; // namespace System.Reflection

Index: ClrType.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Reflection/ClrType.cs,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** ClrType.cs  18 Feb 2003 06:17:14 -0000      1.13
--- ClrType.cs  15 Apr 2003 05:13:43 -0000      1.14
***************
*** 706,709 ****
--- 706,710 ----
        extern private String GetClrNamespace();
  
+ #if CONFIG_RUNTIME_INFRA
        // Implement overridden properties.
        public override System.Reflection.Assembly Assembly
***************
*** 714,717 ****
--- 715,719 ----
                                }
                        }
+ #endif
        public override String AssemblyQualifiedName
                        {
***************
*** 814,817 ****
--- 816,820 ----
                                }
                        }
+ #if CONFIG_RUNTIME_INFRA
        public override RuntimeTypeHandle TypeHandle
                        {
***************
*** 821,824 ****
--- 824,828 ----
                                }
                        }
+ #endif
  
        // Internal methods that support generic types.

Index: MethodBase.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Reflection/MethodBase.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** MethodBase.cs       2 Dec 2001 09:29:50 -0000       1.4
--- MethodBase.cs       15 Apr 2003 05:13:43 -0000      1.5
***************
*** 32,39 ****
--- 32,41 ----
        protected MethodBase() : base() {}
  
+ #if CONFIG_RUNTIME_INFRA
        // Get a method from the runtime engine given its handle.
        [MethodImpl(MethodImplOptions.InternalCall)]
        extern public static MethodBase GetMethodFromHandle
                                (RuntimeMethodHandle handle);
+ #endif
  
        // Get the parameters for this method.

Index: Module.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Reflection/Module.cs,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** Module.cs   3 Aug 2002 02:11:45 -0000       1.7
--- Module.cs   15 Apr 2003 05:13:43 -0000      1.8
***************
*** 117,120 ****
--- 117,121 ----
                        }
  
+ #if CONFIG_RUNTIME_INFRA
        // Get the assembly that contains this module.
        public System.Reflection.Assembly Assembly
***************
*** 125,128 ****
--- 126,130 ----
                                }
                        }
+ #endif
  
        // Get the fully-qualified name for this module.





reply via email to

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