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/Platform TaskMethods.cs,1.3,1


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/Platform TaskMethods.cs,1.3,1.4
Date: Wed, 27 Nov 2002 23:54:31 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/Platform
In directory subversions:/tmp/cvs-serv12762/runtime/Platform

Modified Files:
        TaskMethods.cs 
Log Message:


Implement/stub the missing methods in "System.Environment"; bug fixes to
the order or build/revision numbers in "Version".


Index: TaskMethods.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/Platform/TaskMethods.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** TaskMethods.cs      14 Nov 2001 05:25:43 -0000      1.3
--- TaskMethods.cs      28 Nov 2002 04:54:28 -0000      1.4
***************
*** 57,60 ****
--- 57,64 ----
        extern public static String GetEnvironmentValue(int posn);
  
+       // Get the version number for the runtime engine as a string.
+       [MethodImpl(MethodImplOptions.InternalCall)]
+       extern public static String GetRuntimeVersion();
+ 
  }; // class TaskMethods
  





reply via email to

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