terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Runtime.CompilerServices.Unsafe Class Reference
+ Collaboration diagram for System.Runtime.CompilerServices.Unsafe:

Static Public Member Functions

static ref T Add< T > (ref T source, int elementOffset)
 
static ref T Add< T > (ref T source, global::System.IntPtr elementOffset)
 
static unsafe voidAdd< T > (void *source, int elementOffset)
 
static ref T AddByteOffset< T > (ref T source, global::System.IntPtr byteOffset)
 
static bool AreSame< T > (ref T left, ref T right)
 
static T As< T > (object o)
 
static ref TTo As< TFrom, TTo > (ref TFrom source)
 
static unsafe voidAsPointer< T > (ref T value)
 
static unsafe ref T AsRef< T > (void *source)
 
static ref T AsRef< T > (in T source)
 
static void InitBlockUnaligned (ref byte startAddress, byte value, uint byteCount)
 
static unsafe T Read< T > (void *source)
 
static T ReadUnaligned< T > (ref byte source)
 
static int SizeOf< T > ()
 
static void WriteUnaligned< T > (ref byte destination, T value)
 
static bool IsAddressLessThan< T > (ref T left, ref T right)
 

Static Package Functions

static unsafe ref T AddByteOffset< T > (ref T source, ulong byteOffset)
 

Detailed Description

Definition at line 9 of file Unsafe.cs.


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