Memory<T>
Overview
Location
- Reference: Echoes.dll
- Namespace: RemObjects.Elements.System
- Ancestry: ValueType | Memory<T>
constructor
constructor(inst: Object; offset: IntPtr)
Memory<T>(Object inst, IntPtr offset)
init(_ inst: Object, _ offset: IntPtr)
Sub New(inst As Object, offset As IntPtr)
Parameters:
- inst:
- offset:
Cast<TN>
method Cast<TN>: Memory<TN>
func Cast<TN>() -> Memory<TN>
Function Cast<TN>() As Memory<TN>
Inst
property Inst: Object read;
var Inst: Object { get{} }
ReadOnly Property Inst() As Object
Offset
property Offset: IntPtr read;
var Offset: IntPtr { get{} }
ReadOnly Property Offset() As IntPtr
Ref
Value
property Value: T read write;
var Value: T { get{} set{} }
Inst
property Inst: Object read;
var Inst: Object { get{} }
ReadOnly Property Inst() As Object
Offset
property Offset: IntPtr read;
var Offset: IntPtr { get{} }
ReadOnly Property Offset() As IntPtr
Value
property Value: T read write;
var Value: T { get{} set{} }
constructor
constructor(inst: Object; offset: IntPtr)
Memory<T>(Object inst, IntPtr offset)
init(_ inst: Object, _ offset: IntPtr)
Sub New(inst As Object, offset As IntPtr)
Parameters:
- inst:
- offset:
Cast<TN>
method Cast<TN>: Memory<TN>
func Cast<TN>() -> Memory<TN>
Function Cast<TN>() As Memory<TN>
Ref