Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Internal.Runtime.CompilerServices.Unsafe Member List

This is the complete list of members for Internal.Runtime.CompilerServices.Unsafe, including all inherited members.

Add< T >(ref T source, int elementOffset)Internal.Runtime.CompilerServices.Unsafeinlinestatic
Add< T >(ref T source, IntPtr elementOffset)Internal.Runtime.CompilerServices.Unsafeinlinestatic
Add< T >(void *source, int elementOffset)Internal.Runtime.CompilerServices.Unsafeinlinestatic
AddByteOffset< T >(ref T source, nuint byteOffset)Internal.Runtime.CompilerServices.Unsafeinlinepackagestatic
AddByteOffset< T >(ref T source, IntPtr byteOffset)Internal.Runtime.CompilerServices.Unsafeinlinestatic
AreSame< T >([AllowNull] ref T left, [AllowNull] ref T right)Internal.Runtime.CompilerServices.Unsafeinlinestatic
As< T >(object? value)Internal.Runtime.CompilerServices.Unsafeinlinestatic
As< TFrom, TTo >(ref TFrom source)Internal.Runtime.CompilerServices.Unsafeinlinestatic
AsPointer< T >(ref T value)Internal.Runtime.CompilerServices.Unsafeinlinestatic
AsRef< T >(void *source)Internal.Runtime.CompilerServices.Unsafeinlinestatic
AsRef< T >(in T source)Internal.Runtime.CompilerServices.Unsafeinlinestatic
ByteOffset< T >([AllowNull] ref T origin, [AllowNull] ref T target)Internal.Runtime.CompilerServices.Unsafeinlinestatic
InitBlockUnaligned(ref byte startAddress, byte value, uint byteCount)Internal.Runtime.CompilerServices.Unsafeinlinestatic
IsAddressGreaterThan< T >([AllowNull] ref T left, [AllowNull] ref T right)Internal.Runtime.CompilerServices.Unsafeinlinestatic
IsAddressLessThan< T >([AllowNull] ref T left, [AllowNull] ref T right)Internal.Runtime.CompilerServices.Unsafeinlinestatic
IsNullRef< T >(ref T source)Internal.Runtime.CompilerServices.Unsafeinlinestatic
NullRef< T >()Internal.Runtime.CompilerServices.Unsafeinlinestatic
Read< T >(void *source)Internal.Runtime.CompilerServices.Unsafeinlinestatic
Read< T >(ref byte source)Internal.Runtime.CompilerServices.Unsafeinlinestatic
ReadUnaligned< T >(void *source)Internal.Runtime.CompilerServices.Unsafeinlinestatic
ReadUnaligned< T >(ref byte source)Internal.Runtime.CompilerServices.Unsafeinlinestatic
SizeOf< T >()Internal.Runtime.CompilerServices.Unsafeinlinestatic
SkipInit< T >(out T value)Internal.Runtime.CompilerServices.Unsafeinlinestatic
Write< T >(void *destination, T value)Internal.Runtime.CompilerServices.Unsafeinlinestatic
Write< T >(ref byte destination, T value)Internal.Runtime.CompilerServices.Unsafeinlinestatic
WriteUnaligned< T >(void *destination, T value)Internal.Runtime.CompilerServices.Unsafeinlinestatic
WriteUnaligned< T >(ref byte destination, T value)Internal.Runtime.CompilerServices.Unsafeinlinestatic