Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.Pointer Class Referencesealed

Public Member Functions

unsafe override bool Equals ([NotNullWhen(true)] object? obj)
 
unsafe override int GetHashCode ()
 

Static Public Member Functions

static unsafe object Box (void *ptr, Type type)
 
static unsafe void * Unbox (object ptr)
 

Package Functions

Type GetPointerType ()
 
unsafe IntPtr GetPointerValue ()
 

Private Member Functions

unsafe Pointer (void *ptr, Type ptrType)
 
void ISerializable. GetObjectData (SerializationInfo info, StreamingContext context)
 

Private Attributes

unsafe readonly void * _ptr
 
readonly Type _ptrType
 

Detailed Description

Definition at line 7 of file Pointer.cs.


The documentation for this class was generated from the following file: