Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
[mono.git] / mono / metadata / image.h
index 95c443349e2eea8331cbcf529a2fe456feb39c1d..1132bc4c43c6311498608b94ce21935335c0f124 100644 (file)
@@ -21,7 +21,7 @@ typedef struct {
 
 typedef struct {
        guint32   rows, row_size;
-       char     *base;
+       const char *base;
 
        /*
         * Tables contain up to 9 columns and the possible sizes of the
@@ -53,7 +53,7 @@ struct _MonoImage {
        MonoStreamHeader     heap_guid;
        MonoStreamHeader     heap_tables;
                            
-       char                *tables_base;
+       const char          *tables_base;
 
        MonoTableInfo        tables [64];
 
@@ -81,6 +81,8 @@ struct _MonoImage {
         */
        GHashTable *array_cache;
 
+       void *reflection_info;
+
        /*
         * user_info is a public field and is not touched by the
         * metadata engine