Inheritance
NativeObjectEntries
public class NativeObjectEntries : object, INativeObjectEntries
Properties
Declaration
public IArrayEntries<ObjectFlags> flags { get; }
Property Value
Implements
Declaration
public IArrayEntries<int> gcHandleIndex { get; }
Property Value
Implements
Declaration
public IArrayEntries<HideFlags> hideFlags { get; }
Property Value
Implements
Declaration
public IArrayEntries<int> instanceId { get; }
Property Value
Implements
Declaration
public IArrayEntries<ulong> nativeObjectAddress { get; }
Property Value
Implements
Declaration
public IArrayEntries<int> nativeTypeArrayIndex { get; }
Property Value
Implements
Declaration
public IArrayEntries<string> objectName { get; }
Property Value
Implements
Declaration
public IArrayEntries<long> rootReferenceId { get; }
Property Value
Implements
Declaration
public IArrayEntries<ulong> size { get; }
Property Value
Implements
Methods
Declaration
public uint GetNumEntries()
Returns
Implements