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


 

constructor  protected    (declared in ValueType)

 

constructor

 

BoehmGC()

 

init()

 

BoehmGC()

 

Sub New()

Assign

 

class method Assign(var aDest: BoehmGC; var aSource: BoehmGC)

 

static void Assign(ref BoehmGC aDest, ref BoehmGC aSource)

 

static func Assign(_ aDest: BoehmGC, _ aSource: BoehmGC)

 

static void Assign(__ref BoehmGC aDest, __ref BoehmGC aSource)

 

Shared Sub Assign(ByRef aDest As BoehmGC, ByRef aSource As BoehmGC)

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

 

class method Copy(var aDest: BoehmGC; var aSource: BoehmGC)

 

static void Copy(ref BoehmGC aDest, ref BoehmGC aSource)

 

static func Copy(_ aDest: BoehmGC, _ aSource: BoehmGC)

 

static void Copy(__ref BoehmGC aDest, __ref BoehmGC aSource)

 

Shared Sub Copy(ByRef aDest As BoehmGC, ByRef aSource As BoehmGC)

Parameters:

  • aDest:
  • aSource:

Equals  virtual    (declared in Object)

Default constructor.

 

method Equals(aOther: Object): Boolean

 

Boolean Equals(Object aOther)

 

func Equals(_ aOther: Object) -> Boolean

 

Boolean Equals(Object aOther)

 

Function Equals(aOther As Object) As Boolean

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)

 

class method ReferenceEquals(a: Object; b: Object): Boolean

 

static Boolean ReferenceEquals(Object a, Object b)

 

static func ReferenceEquals(_ a: Object, _ b: Object) -> Boolean

 

static Boolean ReferenceEquals(Object a, Object b)

 

Shared Function ReferenceEquals(a As Object, b As Object) As Boolean

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

 

class var fWasFinalized: Boolean;

 

static Boolean fWasFinalized

 

static var fWasFinalized: Boolean

 

static Boolean fWasFinalized

 

Shared FIELD fWasFinalized() As Boolean

 

Assign

 

class method Assign(var aDest: BoehmGC; var aSource: BoehmGC)

 

static void Assign(ref BoehmGC aDest, ref BoehmGC aSource)

 

static func Assign(_ aDest: BoehmGC, _ aSource: BoehmGC)

 

static void Assign(__ref BoehmGC aDest, __ref BoehmGC aSource)

 

Shared Sub Assign(ByRef aDest As BoehmGC, ByRef aSource As BoehmGC)

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

 

class method Copy(var aDest: BoehmGC; var aSource: BoehmGC)

 

static void Copy(ref BoehmGC aDest, ref BoehmGC aSource)

 

static func Copy(_ aDest: BoehmGC, _ aSource: BoehmGC)

 

static void Copy(__ref BoehmGC aDest, __ref BoehmGC aSource)

 

Shared Sub Copy(ByRef aDest As BoehmGC, ByRef aSource As BoehmGC)

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)

 

class method ReferenceEquals(a: Object; b: Object): Boolean

 

static Boolean ReferenceEquals(Object a, Object b)

 

static func ReferenceEquals(_ a: Object, _ b: Object) -> Boolean

 

static Boolean ReferenceEquals(Object a, Object b)

 

Shared Function ReferenceEquals(a As Object, b As Object) As Boolean

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.

 

method Equals(aOther: Object): Boolean

 

Boolean Equals(Object aOther)

 

func Equals(_ aOther: Object) -> Boolean

 

Boolean Equals(Object aOther)

 

Function Equals(aOther As Object) As Boolean

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.

 

method ToString: String

 

String ToString()

 

func ToString() -> String

 

String ToString()

 

Function ToString() As String