GC IncrementRefCount Method Fling OS
Increments the ref count of a GC managed object.

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

[IncrementRefCountMethodAttribute]
[NoDebugAttribute]
[NoGCAttribute]
public static void IncrementRefCount(
	Object anObj
)
Remarks

Uses underlying increment ref count method.
See Also