SwiftObject<T>
Overview
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
- Platforms: iOS, iOS Simulator, Mac Catalyst, macOS, tvOS, tvOS Simulator, visionOS, visionOS Simulator, watchOS, watchOS Simulator
- Ancestry: ValueType | SwiftObject<T>
constructor
constructor
SwiftObject<T>()
init()
SwiftObject<T>()
Sub New()
constructor (^void, Boolean)
constructor(aData: ^void; aCopy: Boolean)
SwiftObject<T>(void* aData, Boolean aCopy)
init(_ aData: UnsafeMutablePointer<void>, _ aCopy: Boolean)
SwiftObject<T>(void* aData, Boolean aCopy)
Sub New(aData As Ptr(Of Void), aCopy As Boolean)
Parameters:
- aData:
- aCopy:
constructor Copy(SwiftObject<T>)
constructor Copy(var aOriginal: SwiftObject<T>)
SwiftObject<T> Copy(ref SwiftObject<T> aOriginal)
init(Copy aOriginal: SwiftObject<T>)
SwiftObject<T> Copy(__ref SwiftObject<T> aOriginal)
Sub New Copy(ByRef aOriginal As SwiftObject<T>)
Parameters:
- aOriginal:
AllocateEmpty
method AllocateEmpty
void AllocateEmpty()
func AllocateEmpty()
void AllocateEmpty()
Sub AllocateEmpty()
Clone
method Clone: SwiftObject<T>
SwiftObject<T> Clone()
func Clone() -> SwiftObject<T>
SwiftObject<T> Clone()
Function Clone() As SwiftObject<T>
Data
property Data: ^void read;
void* Data { get; }
var Data: UnsafeMutablePointer<void> { get{} }
void* Data { __get; }
ReadOnly Property Data() As Ptr(Of Void)
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()
FromAny<T>
class method FromAny<T>(var aInput: SwiftAny): SwiftObject<T>
static SwiftObject<T> FromAny<T>(ref SwiftAny aInput)
static func FromAny<T>(_ aInput: SwiftAny) -> SwiftObject<T>
static SwiftObject<T> FromAny<T>(__ref SwiftAny aInput)
Shared Function FromAny<T>(ByRef aInput As SwiftAny) As SwiftObject<T>
Parameters:
- aInput:
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
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
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
Type
class property Type: ^SwiftTypeRecord read;
class SwiftTypeRecord* Type { get; }
static var Type: UnsafeMutablePointer<SwiftTypeRecord> { get{} }
class SwiftTypeRecord* Type { __get; }
Shared ReadOnly Property Type() As Ptr(Of SwiftTypeRecord)
Data
property Data: ^void read;
void* Data { get; }
var Data: UnsafeMutablePointer<void> { get{} }
void* Data { __get; }
ReadOnly Property Data() As Ptr(Of Void)
Type
class property Type: ^SwiftTypeRecord read;
class SwiftTypeRecord* Type { get; }
static var Type: UnsafeMutablePointer<SwiftTypeRecord> { get{} }
class SwiftTypeRecord* Type { __get; }
Shared ReadOnly Property Type() As Ptr(Of SwiftTypeRecord)
FromAny<T>
class method FromAny<T>(var aInput: SwiftAny): SwiftObject<T>
static SwiftObject<T> FromAny<T>(ref SwiftAny aInput)
static func FromAny<T>(_ aInput: SwiftAny) -> SwiftObject<T>
static SwiftObject<T> FromAny<T>(__ref SwiftAny aInput)
Shared Function FromAny<T>(ByRef aInput As SwiftAny) As SwiftObject<T>
Parameters:
- aInput:
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
constructor
constructor
SwiftObject<T>()
init()
SwiftObject<T>()
Sub New()
constructor (^void, Boolean)
constructor(aData: ^void; aCopy: Boolean)
SwiftObject<T>(void* aData, Boolean aCopy)
init(_ aData: UnsafeMutablePointer<void>, _ aCopy: Boolean)
SwiftObject<T>(void* aData, Boolean aCopy)
Sub New(aData As Ptr(Of Void), aCopy As Boolean)
Parameters:
- aData:
- aCopy:
constructor Copy(SwiftObject<T>)
constructor Copy(var aOriginal: SwiftObject<T>)
SwiftObject<T> Copy(ref SwiftObject<T> aOriginal)
init(Copy aOriginal: SwiftObject<T>)
SwiftObject<T> Copy(__ref SwiftObject<T> aOriginal)
Sub New Copy(ByRef aOriginal As SwiftObject<T>)
Parameters:
- aOriginal:
AllocateEmpty
method AllocateEmpty
void AllocateEmpty()
func AllocateEmpty()
void AllocateEmpty()
Sub AllocateEmpty()
Clone
method Clone: SwiftObject<T>
SwiftObject<T> Clone()
func Clone() -> SwiftObject<T>
SwiftObject<T> Clone()
Function Clone() As SwiftObject<T>
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.