|
|
@@ -835,7 +835,7 @@ namespace PEAPI
|
|
|
return systemClasses[valueTypeIx];
|
|
|
}
|
|
|
|
|
|
- internal ClassRef EnumType() {
|
|
|
+ internal ClassRef EnumType() {
|
|
|
//systemClasses [ valueTypeIx + 1] -> System.Enum
|
|
|
if (systemClasses[valueTypeIx + 1] == null) {
|
|
|
ClassRef valType = new ClassRef("System","Enum",metaData);
|
|
|
@@ -6645,8 +6645,8 @@ CalcHeapSizes ();
|
|
|
public static readonly PrimitiveType UIntPtr = new PrimitiveType(0x19,"UIntPtr",16);
|
|
|
public static readonly PrimitiveType Object = new PrimitiveType(0x1C,"Object",17);
|
|
|
internal static readonly PrimitiveType ClassType = new PrimitiveType(0x50);
|
|
|
- internal static readonly PrimitiveType SZArray = new PrimitiveType(0x1D);
|
|
|
- internal static readonly PrimitiveType ValueType = new PrimitiveType(0x11, "ValueType", 18);
|
|
|
+ internal static readonly PrimitiveType SZArray = new PrimitiveType(0x1D);
|
|
|
+ internal static readonly PrimitiveType ValueType = new PrimitiveType(0x11, "ValueType", 18);
|
|
|
public static readonly PrimitiveType NativeInt = IntPtr;
|
|
|
public static readonly PrimitiveType NativeUInt = UIntPtr;
|
|
|
|