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

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

[Dotgnu-pnet-commits] CVS: pnetlib/Basic/CompilerServices ObjectType.cs


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/Basic/CompilerServices ObjectType.cs,1.2,1.3 ProjectData.cs,1.2,1.3
Date: Thu, 22 May 2003 21:08:17 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices
In directory subversions:/tmp/cvs-serv26792/Basic/CompilerServices

Modified Files:
        ObjectType.cs ProjectData.cs 
Log Message:


Implement some of the VB file system routines.


Index: ObjectType.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices/ObjectType.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ObjectType.cs       22 May 2003 07:25:29 -0000      1.2
--- ObjectType.cs       23 May 2003 01:08:15 -0000      1.3
***************
*** 253,257 ****
  
        // Get the type code for an object.
!       private static TypeCode GetTypeCode(Object obj)
                        {
                                IConvertible ic = (obj as IConvertible);
--- 253,257 ----
  
        // Get the type code for an object.
!       internal static TypeCode GetTypeCode(Object obj)
                        {
                                IConvertible ic = (obj as IConvertible);

Index: ProjectData.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Basic/CompilerServices/ProjectData.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ProjectData.cs      22 May 2003 07:25:29 -0000      1.2
--- ProjectData.cs      23 May 2003 01:08:15 -0000      1.3
***************
*** 25,28 ****
--- 25,29 ----
  using System;
  using System.ComponentModel;
+ using System.Reflection;
  
  [EditorBrowsable(EditorBrowsableState.Never)]
***************
*** 54,58 ****
        public static void EndApp()
                        {
!                               FileSystem.Reset();
                                Environment.Exit(0);
                        }
--- 55,59 ----
        public static void EndApp()
                        {
!                               File.CloseAll(Assembly.GetCallingAssembly());
                                Environment.Exit(0);
                        }





reply via email to

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