SwiftWrappedCocoaObject
Overview
Wrapepr class for Cocoa classes on Swift.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
- Platforms: iOS, iOS Simulator, Mac Catalyst, macOS, visionOS, visionOS Simulator
- Ancestry: SwiftObject | SwiftWrappedCocoaObject
constructor (declared in SwiftObject)
constructor
SwiftWrappedCocoaObject()
init()
SwiftWrappedCocoaObject()
Sub New()
compareTo
method compareTo(aOther: SwiftObject): NSComparisonResult
NSComparisonResult compareTo(SwiftObject aOther)
func compareTo(_ aOther: SwiftObject) -> NSComparisonResult
NSComparisonResult compareTo(SwiftObject aOther)
Function compareTo(aOther As SwiftObject) As NSComparisonResult
Parameters:
- aOther:
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: CocoaObject): SwiftObject
static SwiftObject FromValue(CocoaObject aValue)
static func FromValue(_ aValue: CocoaObject) -> SwiftObject
static SwiftObject FromValue(CocoaObject aValue)
Shared Function FromValue(aValue As CocoaObject) 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
isEqual
method isEqual(aOther: SwiftObject): Boolean
Boolean isEqual(SwiftObject aOther)
func isEqual(_ aOther: SwiftObject) -> Boolean
Boolean isEqual(SwiftObject aOther)
Function isEqual(aOther As SwiftObject) As Boolean
Parameters:
- aOther:
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: CocoaObject read;
CocoaObject Value { get; }
var Value: CocoaObject { get{} }
CocoaObject Value { __get; }
ReadOnly Property Value() As CocoaObject
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: CocoaObject read;
CocoaObject Value { get; }
var Value: CocoaObject { get{} }
CocoaObject Value { __get; }
ReadOnly Property Value() As CocoaObject
FromValue
class method FromValue(aValue: CocoaObject): SwiftObject
static SwiftObject FromValue(CocoaObject aValue)
static func FromValue(_ aValue: CocoaObject) -> SwiftObject
static SwiftObject FromValue(CocoaObject aValue)
Shared Function FromValue(aValue As CocoaObject) 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
SwiftWrappedCocoaObject()
init()
SwiftWrappedCocoaObject()
Sub New()
compareTo
method compareTo(aOther: SwiftObject): NSComparisonResult
NSComparisonResult compareTo(SwiftObject aOther)
func compareTo(_ aOther: SwiftObject) -> NSComparisonResult
NSComparisonResult compareTo(SwiftObject aOther)
Function compareTo(aOther As SwiftObject) As NSComparisonResult
Parameters:
- aOther:
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
isEqual
method isEqual(aOther: SwiftObject): Boolean
Boolean isEqual(SwiftObject aOther)
func isEqual(_ aOther: SwiftObject) -> Boolean
Boolean isEqual(SwiftObject aOther)
Function isEqual(aOther As SwiftObject) As Boolean
Parameters:
- aOther:
ToString virtual (declared in Object)
Gets the string representation of this method.