Class ObjectUtils
Inheritance
System.Object
ObjectUtils
Namespace: IL2CPU.API
Assembly: IL2CPU.API.dll
Syntax
public static class ObjectUtils : object
Fields
| Improve this Doc View SourceFieldDataOffset
The object first stores any metadata involved. (Most likely containing a reference to the object type). This is the number of bytes.
The first 4 bytes are the reference to the type information of the instance, the second 4 bytes are the ObjectUtils.InstanceTypeEnum value. For arrays, there are 4 following bytes containing the element count, for objects, the amount of reference fields. For arrays, next 4 bytes containing the element size.
Declaration
public const int FieldDataOffset = null
Field Value
Type | Description |
---|---|
System.Int32 |