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

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

[Dotgnu-pnet-commits] CVS: pnet/include il_image.h,1.17,1.18


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_image.h,1.17,1.18
Date: Thu, 24 Apr 2003 21:22:02 -0400

Update of /cvsroot/dotgnu-pnet/pnet/include
In directory subversions:/tmp/cvs-serv4423/include

Modified Files:
        il_image.h 
Log Message:


Add the "Assembly.GetImageRuntimeVersion" internalcall.


Index: il_image.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_image.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** il_image.h  27 Mar 2003 22:01:35 -0000      1.17
--- il_image.h  25 Apr 2003 01:22:00 -0000      1.18
***************
*** 327,330 ****
--- 327,336 ----
  
  /*
+  * Get the runtime version that was written to the metadata
+  * header by the compiler.
+  */
+ const char *ILImageMetaRuntimeVersion(ILImage *image, int *length);
+ 
+ /*
   * Get a string from the string pool.  Returns NULL if "offset" is invalid.
   * The return pointer is guaranteed to be fixed for the lifetime of the image.





reply via email to

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