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.Buffer Class Reference

Static Public Member Functions

static int ByteLength (Array array)
 
static void BlockCopy (Array src, int srcOffset, Array dst, int dstOffset, int count)
 
static unsafe void MemoryCopy (void *source, void *destination, long destinationSizeInBytes, long sourceBytesToCopy)
 

Static Package Functions

static bool InternalBlockCopy (Array src, int srcOffsetBytes, Array dst, int dstOffsetBytes, int byteCount)
 
static unsafe int IndexOfByte (byte *src, byte value, int index, int count)
 
static unsafe void ZeroMemory (byte *src, long len)
 
static unsafe void Memcpy (byte *pDest, int destIndex, byte[] src, int srcIndex, int len)
 
static unsafe void InternalMemcpy (byte *dest, byte *src, int count)
 
static unsafe void memcpy4 (byte *dest, byte *src, int size)
 
static unsafe void memcpy2 (byte *dest, byte *src, int size)
 
static unsafe void Memcpy (byte *dest, byte *src, int len, bool useICall=true)
 
static unsafe void Memmove (byte *dest, byte *src, uint len)
 
static void Memmove< T > (T destination, T source, ulong elementCount)
 

Static Private Member Functions

static int _ByteLength (Array array)
 
static unsafe void memcpy1 (byte *dest, byte *src, int size)
 

Detailed Description

Definition at line 10 of file Buffer.cs.


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