SwiftWrappedIslandObject
Overview
Wrapepr class for Island classes on Swift.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
- Platforms: iOS, iOS Simulator, Mac Catalyst, macOS, visionOS, visionOS Simulator
- Ancestry: SwiftObject | SwiftWrappedIslandObject
constructor (declared in SwiftObject)
constructor
SwiftWrappedIslandObject()
init()
SwiftWrappedIslandObject()
Sub New()
description
property description: SwiftString read;
SwiftString description { get; }
var description: SwiftString { get{} }
SwiftString description { __get; }
ReadOnly Property description() As SwiftString
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: IslandObject): SwiftObject
static SwiftObject FromValue(IslandObject aValue)
static func FromValue(_ aValue: IslandObject) -> SwiftObject
static SwiftObject FromValue(IslandObject aValue)
Shared Function FromValue(aValue As IslandObject) As SwiftObject
Parameters:
- aValue:
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
hashValue
property hashValue: Int32 read;
Int32 hashValue { get; }
var hashValue: Int32 { get{} }
Int32 hashValue { __get; }
ReadOnly Property hashValue() As Int32
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
Value
property Value: IslandObject read;
IslandObject Value { get; }
var Value: IslandObject { get{} }
IslandObject Value { __get; }
ReadOnly Property Value() As IslandObject
description
property description: SwiftString read;
SwiftString description { get; }
var description: SwiftString { get{} }
SwiftString description { __get; }
ReadOnly Property description() As SwiftString
hashValue
property hashValue: Int32 read;
Int32 hashValue { get; }
var hashValue: Int32 { get{} }
Int32 hashValue { __get; }
ReadOnly Property hashValue() As Int32
Value
property Value: IslandObject read;
IslandObject Value { get; }
var Value: IslandObject { get{} }
IslandObject Value { __get; }
ReadOnly Property Value() As IslandObject
FromValue
class method FromValue(aValue: IslandObject): SwiftObject
static SwiftObject FromValue(IslandObject aValue)
static func FromValue(_ aValue: IslandObject) -> SwiftObject
static SwiftObject FromValue(IslandObject aValue)
Shared Function FromValue(aValue As IslandObject) As SwiftObject
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 SwiftObject)
constructor
SwiftWrappedIslandObject()
init()
SwiftWrappedIslandObject()
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.