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