Manual
Overview
Lifetime strategy for manual GC operations.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
- Ancestry: ValueType | Manual
constructor protected (declared in ValueType)
constructor
Manual()
init()
Manual()
Sub New()
Assign
Parameters:
- aDest:
- aSource:
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()
Free<T>
class method Free<T>(aVal: lifetimestrategy(Manual)T)
static void Free<T>(lifetimestrategy(Manual)T aVal)
static func Free<T>(_ aVal: lifetimestrategy(Manual)T)
static void Free<T>(lifetimestrategy(Manual)T aVal)
Shared Sub Free<T>(aVal As lifetimestrategy(Manual)T)
Parameters:
- aVal:
FreeObject
class method FreeObject(aObj: IntPtr)
static void FreeObject(IntPtr aObj)
static func FreeObject(_ aObj: IntPtr)
static void FreeObject(IntPtr aObj)
Shared Sub FreeObject(aObj As IntPtr)
Parameters:
- aObj:
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: Manual)
static void Init(ref Manual Dest)
static func Init(_ Dest: Manual)
static void Init(__ref Manual Dest)
Shared Sub Init(ByRef Dest As Manual)
Parameters:
- Dest:
New
class method New(aTTY: ^void; aSize: IntPtr): ^void
static void* New(void* aTTY, IntPtr aSize)
static func New(_ aTTY: UnsafeMutablePointer<void>, _ aSize: IntPtr) -> UnsafeMutablePointer<void>
static void* New(void* aTTY, IntPtr aSize)
Shared Function New(aTTY As Ptr(Of Void), aSize As IntPtr) As Ptr(Of Void)
Parameters:
- aTTY:
- aSize:
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
Release
class method Release(var Dest: Manual)
static void Release(ref Manual Dest)
static func Release(_ Dest: Manual)
static void Release(__ref Manual Dest)
Shared Sub Release(ByRef Dest As Manual)
Parameters:
- Dest:
ToString virtual (declared in Object)
Gets the string representation of this method.
Assign
Parameters:
- aDest:
- aSource:
Copy
Parameters:
- aDest:
- aSource:
Free<T>
class method Free<T>(aVal: lifetimestrategy(Manual)T)
static void Free<T>(lifetimestrategy(Manual)T aVal)
static func Free<T>(_ aVal: lifetimestrategy(Manual)T)
static void Free<T>(lifetimestrategy(Manual)T aVal)
Shared Sub Free<T>(aVal As lifetimestrategy(Manual)T)
Parameters:
- aVal:
FreeObject
class method FreeObject(aObj: IntPtr)
static void FreeObject(IntPtr aObj)
static func FreeObject(_ aObj: IntPtr)
static void FreeObject(IntPtr aObj)
Shared Sub FreeObject(aObj As IntPtr)
Parameters:
- aObj:
Init
class method Init(var Dest: Manual)
static void Init(ref Manual Dest)
static func Init(_ Dest: Manual)
static void Init(__ref Manual Dest)
Shared Sub Init(ByRef Dest As Manual)
Parameters:
- Dest:
New
class method New(aTTY: ^void; aSize: IntPtr): ^void
static void* New(void* aTTY, IntPtr aSize)
static func New(_ aTTY: UnsafeMutablePointer<void>, _ aSize: IntPtr) -> UnsafeMutablePointer<void>
static void* New(void* aTTY, IntPtr aSize)
Shared Function New(aTTY As Ptr(Of Void), aSize As IntPtr) As Ptr(Of Void)
Parameters:
- aTTY:
- aSize:
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
Release
class method Release(var Dest: Manual)
static void Release(ref Manual Dest)
static func Release(_ Dest: Manual)
static void Release(__ref Manual Dest)
Shared Sub Release(ByRef Dest As Manual)
Parameters:
- Dest:
constructor protected (declared in ValueType)
constructor
Manual()
init()
Manual()
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.