GC Methods Fling OS

The GC type exposes the following members.

Methods

  Name Description
Public method Static member _DecrementRefCount
Underlying method that decrements the ref count of a GC managed object.
Public method Static member _IncrementRefCount
Underlying method that increments the ref count of a GC managed object.
Public method Static member CheckSignature
Checks the GC header is valid by checking for the GC signature.
Public method Static member DecrementRefCount
Decrements the ref count of a GC managed object.
Public method Static member GetHandle
Gets a handle for the specified object - basically, a round-about way of casting an object to a pointer.
Public method Static member IncrementRefCount
Increments the ref count of a GC managed object.
Public method Static member Init
Intialises the GC.
Public method Static member NewObj
Creates a new object of specified type (but does not call the default constructor).
Public method Static member SetSignature
Sets the GC signature in the specified GC header.
Top
See Also