X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Fblob.h;h=3d0e3ab31389b3bacea4e1cff3c039119a7b8a52;hb=f605c6478e5e6dd8bca797f8bf3be82c4175eaba;hp=d9c3cbe2e71eb7a482f9d269ddc96b1bab1d36f1;hpb=89d0ba3968d36576553e0f483b0c69465f94e8ae;p=mono.git diff --git a/mono/metadata/blob.h b/mono/metadata/blob.h index d9c3cbe2e71..3d0e3ab3138 100644 --- a/mono/metadata/blob.h +++ b/mono/metadata/blob.h @@ -44,7 +44,9 @@ typedef enum { MONO_TYPE_MODIFIER = 0x40, /* Or with the following types */ MONO_TYPE_SENTINEL = 0x41, /* Sentinel for varargs method signature */ - MONO_TYPE_PINNED = 0x45 /* Local var that points to pinned object */ + MONO_TYPE_PINNED = 0x45, /* Local var that points to pinned object */ + + MONO_TYPE_ENUM = 0x55 /* an enumeration */ } MonoTypeEnum; typedef enum { @@ -70,7 +72,7 @@ typedef enum { MONO_TABLE_EVENT_POINTER, MONO_TABLE_EVENT, MONO_TABLE_PROPERTYMAP, - MONO_TABLE_UNUSED5, + MONO_TABLE_PROPERTY_POINTER, MONO_TABLE_PROPERTY, MONO_TABLE_METHODSEMANTICS, MONO_TABLE_METHODIMPL,