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


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Reflection ClrField.cs,1.4,1.5
Date: Thu, 20 Mar 2003 01:23:01 -0500

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

Modified Files:
        ClrField.cs 
Log Message:


Continue implementation of Reflection.Emit; events, fields,
properties, and marshalling.


Index: ClrField.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Reflection/ClrField.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** ClrField.cs 6 Nov 2002 05:27:05 -0000       1.4
--- ClrField.cs 20 Mar 2003 06:22:59 -0000      1.5
***************
*** 109,113 ****
        // Get the type of this field item.
        [MethodImpl(MethodImplOptions.InternalCall)]
!       extern private static Type GetFieldType(IntPtr item);
  
  #if !ECMA_COMPAT
--- 109,113 ----
        // Get the type of this field item.
        [MethodImpl(MethodImplOptions.InternalCall)]
!       extern internal static Type GetFieldType(IntPtr item);
  
  #if !ECMA_COMPAT





reply via email to

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