IslandWrappedCocoaObject
Overview
Cocoa object wrapped as Island class.
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: WrappedObject | IslandWrappedCocoaObject
constructor (declared in WrappedObject)
constructor
IslandWrappedCocoaObject()
init()
IslandWrappedCocoaObject()
Sub New()
constructor (CocoaObject)
constructor(aValue: CocoaObject)
IslandWrappedCocoaObject(CocoaObject aValue)
init(_ aValue: CocoaObject)
IslandWrappedCocoaObject(CocoaObject aValue)
Sub New(aValue As CocoaObject)
Parameters:
- aValue:
CompareTo
method CompareTo(aOther: IslandObject): Int32
Int32 CompareTo(IslandObject aOther)
func CompareTo(_ aOther: IslandObject) -> Int32
Int32 CompareTo(IslandObject aOther)
Function CompareTo(aOther As IslandObject) As Int32
Parameters:
- aOther:
Equals (IslandObject): Boolean override virtual
method Equals(aOther: IslandObject): Boolean
Boolean Equals(IslandObject aOther)
func Equals(_ aOther: IslandObject) -> Boolean
Boolean Equals(IslandObject aOther)
Function Equals(aOther As IslandObject) As Boolean
Parameters:
- aOther:
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: CocoaObject): IslandObject
static IslandObject FromValue(CocoaObject aValue)
static func FromValue(_ aValue: CocoaObject) -> IslandObject
static IslandObject FromValue(CocoaObject aValue)
Shared Function FromValue(aValue As CocoaObject) 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: CocoaObject read;
CocoaObject Value { get; }
var Value: CocoaObject { get{} }
CocoaObject Value { __get; }
ReadOnly Property Value() As CocoaObject
Value
property Value: CocoaObject read;
CocoaObject Value { get; }
var Value: CocoaObject { get{} }
CocoaObject Value { __get; }
ReadOnly Property Value() As CocoaObject
FromValue
class method FromValue(aValue: CocoaObject): IslandObject
static IslandObject FromValue(CocoaObject aValue)
static func FromValue(_ aValue: CocoaObject) -> IslandObject
static IslandObject FromValue(CocoaObject aValue)
Shared Function FromValue(aValue As CocoaObject) 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
IslandWrappedCocoaObject()
init()
IslandWrappedCocoaObject()
Sub New()
constructor (CocoaObject)
constructor(aValue: CocoaObject)
IslandWrappedCocoaObject(CocoaObject aValue)
init(_ aValue: CocoaObject)
IslandWrappedCocoaObject(CocoaObject aValue)
Sub New(aValue As CocoaObject)
Parameters:
- aValue:
CompareTo
method CompareTo(aOther: IslandObject): Int32
Int32 CompareTo(IslandObject aOther)
func CompareTo(_ aOther: IslandObject) -> Int32
Int32 CompareTo(IslandObject aOther)
Function CompareTo(aOther As IslandObject) As Int32
Parameters:
- aOther:
Equals (IslandObject): Boolean override virtual
method Equals(aOther: IslandObject): Boolean
Boolean Equals(IslandObject aOther)
func Equals(_ aOther: IslandObject) -> Boolean
Boolean Equals(IslandObject aOther)
Function Equals(aOther As IslandObject) As Boolean
Parameters:
- aOther:
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.