Memory<T>
Overview
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
- Ancestry: ValueType | Memory<T>
constructor protected (declared in ValueType)
constructor
Memory<T>()
init()
Memory<T>()
Sub New()
Parameters:
- inst:
- offset:
Cast<TN>
method Cast<TN>: Memory<TN>
Memory<TN> Cast<TN>()
func Cast<TN>() -> Memory<TN>
Memory<TN> Cast<TN>()
Function Cast<TN>() As Memory<TN>
Default constructor.
Parameters:
- aOther: the reference to compare this with.
Parameters:
- val:
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
GetValue
method GetValue: Object
Object GetValue()
func GetValue() -> Object
Object GetValue()
Function GetValue() As Object
Ref
method Ref: ^T
T* Ref()
func Ref() -> UnsafeMutablePointer<T>
T* Ref()
Function Ref() As Ptr(Of T)
ReferenceEquals (declared in Object)
Compares two references for equivalence (even if they have an equals operator)
Parameters:
- a: left value
- b: right value
SetValue
method SetValue(aValue: Object)
void SetValue(Object aValue)
func SetValue(_ aValue: Object)
void SetValue(Object aValue)
Sub SetValue(aValue As Object)
Parameters:
- aValue:
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: T read write;
T Value { get; set; }
var Value: T { get{} set{} }
T Value { __get; __set; }
Property Value() As T
Value
property Value: T read write;
T Value { get; set; }
var Value: T { get{} set{} }
T Value { __get; __set; }
Property Value() As T
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 (declared in ValueType)
constructor
Memory<T>()
init()
Memory<T>()
Sub New()
Parameters:
- inst:
- offset:
Cast<TN>
method Cast<TN>: Memory<TN>
Memory<TN> Cast<TN>()
func Cast<TN>() -> Memory<TN>
Memory<TN> Cast<TN>()
Function Cast<TN>() As Memory<TN>
Default constructor.
Parameters:
- aOther: the reference to compare this with.
Parameters:
- val:
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
GetValue
method GetValue: Object
Object GetValue()
func GetValue() -> Object
Object GetValue()
Function GetValue() As Object
Ref
method Ref: ^T
T* Ref()
func Ref() -> UnsafeMutablePointer<T>
T* Ref()
Function Ref() As Ptr(Of T)
SetValue
method SetValue(aValue: Object)
void SetValue(Object aValue)
func SetValue(_ aValue: Object)
void SetValue(Object aValue)
Sub SetValue(aValue As Object)
Parameters:
- aValue:
ToString virtual (declared in Object)
Gets the string representation of this method.