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.cs


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Reflection Assembly.cs,1.14,1.15
Date: Thu, 28 Nov 2002 22:28:32 -0500

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

Modified Files:
        Assembly.cs 
Log Message:


Modifications to support the ECMA-compatible compilation mode.


Index: Assembly.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Reflection/Assembly.cs,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** Assembly.cs 28 Nov 2002 22:27:59 -0000      1.14
--- Assembly.cs 29 Nov 2002 03:28:30 -0000      1.15
***************
*** 226,231 ****
  #else
        [MethodImpl(MethodImplOptions.InternalCall)]
!       extern private Type GetType(String typeName, bool throwOnError,
!                                                           bool ignoreCase);
  #endif
  
--- 226,231 ----
  #else
        [MethodImpl(MethodImplOptions.InternalCall)]
!       extern internal Type GetType(String typeName, bool throwOnError,
!                                                            bool ignoreCase);
  #endif
  





reply via email to

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