terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Runtime.CompilerServices.Unsafe Class Reference

Static Public Member Functions

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

Static Package Functions

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

Detailed Description

Definition at line 8 of file Unsafe.cs.


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