IslandWrappedSwiftObject
Overview
Swift object wrapped as Island object.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
- Platforms: iOS, iOS Simulator, Mac Catalyst, macOS, visionOS, visionOS Simulator
- Ancestry: WrappedObject | IslandWrappedSwiftObject
constructor (declared in WrappedObject)
constructor
IslandWrappedSwiftObject()
init()
IslandWrappedSwiftObject()
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()
FromValue
class method FromValue(aValue: SwiftObject): IslandObject
static IslandObject FromValue(SwiftObject aValue)
static func FromValue(_ aValue: SwiftObject) -> IslandObject
static IslandObject FromValue(SwiftObject aValue)
Shared Function FromValue(aValue As SwiftObject) As IslandObject
Parameters:
- aValue:
GetHashCode override virtual
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 override virtual
method ToString: IslandString
IslandString ToString()
func ToString() -> IslandString
IslandString ToString()
Function ToString() As IslandString
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
Value
property Value: SwiftObject read;
SwiftObject Value { get; }
var Value: SwiftObject { get{} }
SwiftObject Value { __get; }
ReadOnly Property Value() As SwiftObject
Value
property Value: SwiftObject read;
SwiftObject Value { get; }
var Value: SwiftObject { get{} }
SwiftObject Value { __get; }
ReadOnly Property Value() As SwiftObject
FromValue
class method FromValue(aValue: SwiftObject): IslandObject
static IslandObject FromValue(SwiftObject aValue)
static func FromValue(_ aValue: SwiftObject) -> IslandObject
static IslandObject FromValue(SwiftObject aValue)
Shared Function FromValue(aValue As SwiftObject) As IslandObject
Parameters:
- aValue:
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
constructor (declared in WrappedObject)
constructor
IslandWrappedSwiftObject()
init()
IslandWrappedSwiftObject()
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 override virtual
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 override virtual
method ToString: IslandString
IslandString ToString()
func ToString() -> IslandString
IslandString ToString()
Function ToString() As IslandString
ToString virtual (declared in Object)
Gets the string representation of this method.