Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 7 of file Pointer.cs.