GCHeader Structure Fling OS
Represents the GC header that is put in memory in front of every object so the GC can manage the object.

Namespace: Kernel
Assembly: Kernel (in Kernel.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public struct GCHeader

The GCHeader type exposes the following members.

Fields

  NameDescription
Public fieldChecksum
A checksum value.
Public fieldRefCount
The current reference count for the object associated with this header.
Public fieldSig1
The first 4 bytes of the GC signature.
Public fieldSig2
The second 4 bytes of the GC signature.
Top
See Also