BoehmGC
Overview
BoehmGC is the lifetime strategy GC implementation that uses Boehm to allocate objects. This is the default on all platforms except for WebAssembly.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
- Ancestry: ValueType | BoehmGC
constructor protected (declared in ValueType)
constructor
BoehmGC()
init()
BoehmGC()
Sub New()
Assign
Parameters:
- aDest:
- aSource:
Collect
class method Collect(c: Int32)
static void Collect(Int32 c)
static func Collect(_ c: Int32)
static void Collect(Int32 c)
Shared Sub Collect(c As Int32)
Parameters:
- c:
Copy
Parameters:
- aDest:
- aSource:
Equals virtual (declared in Object)
Default constructor.
Parameters:
- aOther: the reference to compare this with.
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
fWasFinalized
class var fWasFinalized: Boolean;
static Boolean fWasFinalized
static var fWasFinalized: Boolean
static Boolean fWasFinalized
Shared FIELD fWasFinalized() As Boolean
GetHashCode virtual (declared in Object)
Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
Init
class method Init(var Dest: BoehmGC)
static void Init(ref BoehmGC Dest)
static func Init(_ Dest: BoehmGC)
static void Init(__ref BoehmGC Dest)
Shared Sub Init(ByRef Dest As BoehmGC)
Parameters:
- Dest:
Load
class method Load
static void Load()
static func Load()
static void Load()
Shared Sub Load()
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
RegisterThread
class method RegisterThread
static void RegisterThread()
static func RegisterThread()
static void RegisterThread()
Shared Sub RegisterThread()
Release
class method Release(var Dest: BoehmGC)
static void Release(ref BoehmGC Dest)
static func Release(_ Dest: BoehmGC)
static void Release(__ref BoehmGC Dest)
Shared Sub Release(ByRef Dest As BoehmGC)
Parameters:
- Dest:
SuppressFinalize
class method SuppressFinalize(o: Object)
static void SuppressFinalize(Object o)
static func SuppressFinalize(_ o: Object)
static void SuppressFinalize(Object o)
Shared Sub SuppressFinalize(o As Object)
Parameters:
- o:
ToString virtual (declared in Object)
Gets the string representation of this method.
method ToString: String
String ToString()
func ToString() -> String
String ToString()
Function ToString() As String
UnloadGC
class method UnloadGC
static void UnloadGC()
static func UnloadGC()
static void UnloadGC()
Shared Sub UnloadGC()
UnregisterThread
class method UnregisterThread
static void UnregisterThread()
static func UnregisterThread()
static void UnregisterThread()
Shared Sub UnregisterThread()
fWasFinalized
Assign
Parameters:
- aDest:
- aSource:
Collect
class method Collect(c: Int32)
static void Collect(Int32 c)
static func Collect(_ c: Int32)
static void Collect(Int32 c)
Shared Sub Collect(c As Int32)
Parameters:
- c:
Copy
Parameters:
- aDest:
- aSource:
Init
class method Init(var Dest: BoehmGC)
static void Init(ref BoehmGC Dest)
static func Init(_ Dest: BoehmGC)
static void Init(__ref BoehmGC Dest)
Shared Sub Init(ByRef Dest As BoehmGC)
Parameters:
- Dest:
Load
class method Load
static void Load()
static func Load()
static void Load()
Shared Sub Load()
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
RegisterThread
class method RegisterThread
static void RegisterThread()
static func RegisterThread()
static void RegisterThread()
Shared Sub RegisterThread()
Release
class method Release(var Dest: BoehmGC)
static void Release(ref BoehmGC Dest)
static func Release(_ Dest: BoehmGC)
static void Release(__ref BoehmGC Dest)
Shared Sub Release(ByRef Dest As BoehmGC)
Parameters:
- Dest:
SuppressFinalize
class method SuppressFinalize(o: Object)
static void SuppressFinalize(Object o)
static func SuppressFinalize(_ o: Object)
static void SuppressFinalize(Object o)
Shared Sub SuppressFinalize(o As Object)
Parameters:
- o:
UnloadGC
class method UnloadGC
static void UnloadGC()
static func UnloadGC()
static void UnloadGC()
Shared Sub UnloadGC()
UnregisterThread
class method UnregisterThread
static void UnregisterThread()
static func UnregisterThread()
static void UnregisterThread()
Shared Sub UnregisterThread()
constructor protected (declared in ValueType)
constructor
BoehmGC()
init()
BoehmGC()
Sub New()
Equals virtual (declared in Object)
Default constructor.
Parameters:
- aOther: the reference to compare this with.
Finalize protected virtual (declared in Object)
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
GetHashCode virtual (declared in Object)
Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
GetType (declared in Object)
Returns the actual type of this class
method GetType: Type
Type GetType()
func GetType() -> Type
Type GetType()
Function GetType() As Type
ToString virtual (declared in Object)
Gets the string representation of this method.