GC CheckSignature Method Fling OS
Checks the GC header is valid by checking for the GC signature.

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

[NoGCAttribute]
[NoDebugAttribute]
public static bool CheckSignature(
	GCHeader* headerPtr
)

Parameters

headerPtr
Type: Kernel GCHeader*
A pointer to the header to check.

Return Value

Type: Boolean
True if the signature is found and is correct.
See Also