DkmManagedHeapRootInfo.ExtraData Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ExtraData field of the CorGCReference structure that changes depending on the root type. For instance for dependent handles this is the link to the secondary object. For RefCount handles this is the reference count.
public: initonly System::UInt64 ExtraData;
public: initonly unsigned long long ExtraData;
initonly unsigned long ExtraData;
public readonly ulong ExtraData;
val mutable ExtraData : uint64
Public ReadOnly ExtraData As ULong