Memory<T>

Overview

Location


 

constructor  protected    (declared in ValueType)

 

constructor

 

Memory<T>()

 

init()

 

Memory<T>()

 

Sub New()

constructor (Object, IntPtr)

 

constructor(inst: Object; offset: IntPtr)

 

Memory<T>(Object inst, IntPtr offset)

 

init(_ inst: Object, _ offset: IntPtr)

 

Memory<T>(Object inst, IntPtr offset)

 

Sub New(inst As Object, offset As IntPtr)

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>

Equals (Object): Boolean  virtual    (declared in Object)

Default constructor.

 

method Equals(aOther: Object): Boolean

 

Boolean Equals(Object aOther)

 

func Equals(_ aOther: Object) -> Boolean

 

Boolean Equals(Object aOther)

 

Function Equals(aOther As Object) As Boolean

Parameters:

  • aOther: the reference to compare this with.

Equals (Object): Boolean  override virtual

 

method Equals(val: Object): Boolean

 

Boolean Equals(Object val)

 

func Equals(_ val: Object) -> Boolean

 

Boolean Equals(Object val)

 

Function Equals(val As Object) As Boolean

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)

 

class method ReferenceEquals(a: Object; b: Object): Boolean

 

static Boolean ReferenceEquals(Object a, Object b)

 

static func ReferenceEquals(_ a: Object, _ b: Object) -> Boolean

 

static Boolean ReferenceEquals(Object a, Object b)

 

Shared Function ReferenceEquals(a As Object, b As Object) As Boolean

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)

 

class method ReferenceEquals(a: Object; b: Object): Boolean

 

static Boolean ReferenceEquals(Object a, Object b)

 

static func ReferenceEquals(_ a: Object, _ b: Object) -> Boolean

 

static Boolean ReferenceEquals(Object a, Object b)

 

Shared Function ReferenceEquals(a As Object, b As Object) As Boolean

Parameters:

  • a: left value
  • b: right value

 

constructor  protected    (declared in ValueType)

 

constructor

 

Memory<T>()

 

init()

 

Memory<T>()

 

Sub New()

constructor (Object, IntPtr)

 

constructor(inst: Object; offset: IntPtr)

 

Memory<T>(Object inst, IntPtr offset)

 

init(_ inst: Object, _ offset: IntPtr)

 

Memory<T>(Object inst, IntPtr offset)

 

Sub New(inst As Object, offset As IntPtr)

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>

Equals (Object): Boolean  virtual    (declared in Object)

Default constructor.

 

method Equals(aOther: Object): Boolean

 

Boolean Equals(Object aOther)

 

func Equals(_ aOther: Object) -> Boolean

 

Boolean Equals(Object aOther)

 

Function Equals(aOther As Object) As Boolean

Parameters:

  • aOther: the reference to compare this with.

Equals (Object): Boolean  override virtual

 

method Equals(val: Object): Boolean

 

Boolean Equals(Object val)

 

func Equals(_ val: Object) -> Boolean

 

Boolean Equals(Object val)

 

Function Equals(val As Object) As Boolean

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.

 

method ToString: String

 

String ToString()

 

func ToString() -> String

 

String ToString()

 

Function ToString() As String