GC SetSignature Method Fling OS
Sets the GC signature in the specified GC header.

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

[NoDebugAttribute]
[NoGCAttribute]
public static void SetSignature(
	GCHeader* headerPtr
)

Parameters

headerPtr
Type: Kernel GCHeader*
A pointer to the header to set the signature in.
See Also