Delegate
Overview
Base type for delegates.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
constructor protected
constructor
Delegate()
init()
Delegate()
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
Ptr
Contains a pointer to the method to be called; this can be static or instance depending on if Self is set.
property Ptr: ^void read;
void* Ptr { get; }
var Ptr: UnsafeMutablePointer<void> { get{} }
void* Ptr { __get; }
ReadOnly Property Ptr() As Ptr(Of Void)
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
Self
Self pointer for this delegate (or nil for static methods).
property Self: Object read;
Object Self { get; }
var Self: Object { get{} }
Object Self { __get; }
ReadOnly Property Self() As Object
ToString virtual (declared in Object)
Gets the string representation of this method.
Ptr
Contains a pointer to the method to be called; this can be static or instance depending on if Self is set.
property Ptr: ^void read;
void* Ptr { get; }
var Ptr: UnsafeMutablePointer<void> { get{} }
void* Ptr { __get; }
ReadOnly Property Ptr() As Ptr(Of Void)
Self
Self pointer for this delegate (or nil for static methods).
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
constructor protected
constructor
Delegate()
init()
Delegate()
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.