Represents the GC header that is put in memory in front of every object so the GC can manage the object.
Namespace: KernelAssembly: Kernel (in Kernel.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The GCHeader type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() | Checksum |
A checksum value.
|
![]() | RefCount |
The current reference count for the object associated with this header.
|
![]() | Sig1 |
The first 4 bytes of the GC signature.
|
![]() | Sig2 |
The second 4 bytes of the GC signature.
|
See Also