|
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
|
This is the complete list of members for System.Buffer, including all inherited members.
| _ByteLength(global::System.Array array) | System.Buffer | private |
| BlockCopy(global::System.Array src, int srcOffset, global::System.Array dst, int dstOffset, int count) | System.Buffer | inlinestatic |
| ByteLength(global::System.Array array) | System.Buffer | inlinestatic |
| IndexOfByte(byte *src, byte value, int index, int count) | System.Buffer | inlinepackagestatic |
| InternalBlockCopy(global::System.Array src, int srcOffsetBytes, global::System.Array dst, int dstOffsetBytes, int byteCount) | System.Buffer | package |
| InternalMemcpy(byte *dest, byte *src, int count) | System.Buffer | package |
| Memcpy(byte *pDest, int destIndex, byte[] src, int srcIndex, int len) | System.Buffer | inlinepackagestatic |
| Memcpy(byte *dest, byte *src, int len, bool useICall=true) | System.Buffer | inlinepackagestatic |
| memcpy1(byte *dest, byte *src, int size) | System.Buffer | inlineprivatestatic |
| memcpy2(byte *dest, byte *src, int size) | System.Buffer | inlinepackagestatic |
| memcpy4(byte *dest, byte *src, int size) | System.Buffer | inlinepackagestatic |
| Memmove(byte *dest, byte *src, uint len) | System.Buffer | inlinepackagestatic |
| Memmove< T >(ref T destination, ref T source, ulong elementCount) | System.Buffer | inlinepackagestatic |
| MemoryCopy(void *source, void *destination, long destinationSizeInBytes, long sourceBytesToCopy) | System.Buffer | inlinestatic |
| ZeroMemory(byte *src, long len) | System.Buffer | inlinepackagestatic |