DynamicHelpers
Overview
Helpers for dynamic supported. Called by the compiler and shouldn't be used directly.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
constructor protected
constructor
DynamicHelpers()
init()
DynamicHelpers()
Sub New()
Binary
Parameters:
- aLeft:
- aRight:
- aOp:
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()
FindBestMatch protected
class method FindBestMatch(aItems: DynamicMethodGroup; aArgs: array of Object): MethodInfo
static MethodInfo FindBestMatch(DynamicMethodGroup aItems, Object[] aArgs)
static func FindBestMatch(_ aItems: DynamicMethodGroup, _ aArgs: Object...) -> MethodInfo
static MethodInfo FindBestMatch(DynamicMethodGroup aItems, Object[] aArgs)
Shared Function FindBestMatch(aItems As DynamicMethodGroup, aArgs As Object()) As MethodInfo
Parameters:
- aItems:
- aArgs:
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
GetMember
class method GetMember(aInstance: Object; aName: String; aGetFlags: Int32; aArgs: array of Object): Object
Parameters:
- aInstance:
- aName:
- aGetFlags:
- aArgs:
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
HasImplicit protected
Parameters:
- aType1:
- aType2:
Parameters:
- aInstance:
- aGetFlags:
- aArgs:
class method Invoke(aInstance: Object; aName: String; aGetFlags: Int32; aArgs: array of Object): Object
Parameters:
- aInstance:
- aName:
- aGetFlags:
- aArgs:
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
SetMember
Parameters:
- aInstance:
- aName:
- aGetFlags:
- aArgs:
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
TryApplyIndexer protected
Parameters:
- aInstance:
- aArgs:
- aSet:
Unary
Parameters:
- aLeft:
- aOp:
UnwrapValue
Parameters:
- o:
Binary
Parameters:
- aLeft:
- aRight:
- aOp:
FindBestMatch protected
class method FindBestMatch(aItems: DynamicMethodGroup; aArgs: array of Object): MethodInfo
static MethodInfo FindBestMatch(DynamicMethodGroup aItems, Object[] aArgs)
static func FindBestMatch(_ aItems: DynamicMethodGroup, _ aArgs: Object...) -> MethodInfo
static MethodInfo FindBestMatch(DynamicMethodGroup aItems, Object[] aArgs)
Shared Function FindBestMatch(aItems As DynamicMethodGroup, aArgs As Object()) As MethodInfo
Parameters:
- aItems:
- aArgs:
GetMember
class method GetMember(aInstance: Object; aName: String; aGetFlags: Int32; aArgs: array of Object): Object
Parameters:
- aInstance:
- aName:
- aGetFlags:
- aArgs:
HasImplicit protected
Parameters:
- aType1:
- aType2:
Parameters:
- aInstance:
- aGetFlags:
- aArgs:
class method Invoke(aInstance: Object; aName: String; aGetFlags: Int32; aArgs: array of Object): Object
Parameters:
- aInstance:
- aName:
- aGetFlags:
- aArgs:
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
SetMember
Parameters:
- aInstance:
- aName:
- aGetFlags:
- aArgs:
TryApplyIndexer protected
Parameters:
- aInstance:
- aArgs:
- aSet:
Unary
Parameters:
- aLeft:
- aOp:
UnwrapValue
Parameters:
- o:
constructor protected
constructor
DynamicHelpers()
init()
DynamicHelpers()
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.