Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Runtime.InteropServices.MemoryMarshal Member List

This is the complete list of members for System.Runtime.InteropServices.MemoryMarshal, including all inherited members.

AsBytes< T >(Span< T > span)System.Runtime.InteropServices.MemoryMarshalinlinestatic
AsBytes< T >(ReadOnlySpan< T > span)System.Runtime.InteropServices.MemoryMarshalinlinestatic
AsMemory< T >(ReadOnlyMemory< T > memory)System.Runtime.InteropServices.MemoryMarshalinlinestatic
AsRef< T >(Span< byte > span)System.Runtime.InteropServices.MemoryMarshalinlinestatic
AsRef< T >(ReadOnlySpan< byte > span)System.Runtime.InteropServices.MemoryMarshalinlinestatic
Cast< TFrom, TTo >(Span< TFrom > span)System.Runtime.InteropServices.MemoryMarshalinlinestatic
Cast< TFrom, TTo >(ReadOnlySpan< TFrom > span)System.Runtime.InteropServices.MemoryMarshalinlinestatic
CreateFromPinnedArray< T >(T[]? array, int start, int length)System.Runtime.InteropServices.MemoryMarshalinlinestatic
CreateReadOnlySpan< T >(ref T reference, int length)System.Runtime.InteropServices.MemoryMarshalinlinestatic
CreateReadOnlySpanFromNullTerminated(char *value)System.Runtime.InteropServices.MemoryMarshalinlinestatic
CreateReadOnlySpanFromNullTerminated(byte *value)System.Runtime.InteropServices.MemoryMarshalinlinestatic
CreateSpan< T >(ref T reference, int length)System.Runtime.InteropServices.MemoryMarshalinlinestatic
GetArrayDataReference(Array array)System.Runtime.InteropServices.MemoryMarshalinlinestatic
GetArrayDataReference< T >(T[] array)System.Runtime.InteropServices.MemoryMarshalinlinestatic
GetNonNullPinnableReference< T >(Span< T > span)System.Runtime.InteropServices.MemoryMarshalinlinepackagestatic
GetNonNullPinnableReference< T >(ReadOnlySpan< T > span)System.Runtime.InteropServices.MemoryMarshalinlinepackagestatic
GetReference< T >(Span< T > span)System.Runtime.InteropServices.MemoryMarshalinlinestatic
GetReference< T >(ReadOnlySpan< T > span)System.Runtime.InteropServices.MemoryMarshalinlinestatic
Read< T >(ReadOnlySpan< byte > source)System.Runtime.InteropServices.MemoryMarshalinlinestatic
ToEnumerable< T >(ReadOnlyMemory< T > memory)System.Runtime.InteropServices.MemoryMarshalinlinestatic
TryGetArray< T >(ReadOnlyMemory< T > memory, out ArraySegment< T > segment)System.Runtime.InteropServices.MemoryMarshalinlinestatic
TryGetMemoryManager< T, TManager >(ReadOnlyMemory< T > memory, [NotNullWhen(true)] out TManager? manager)System.Runtime.InteropServices.MemoryMarshalinlinestatic
TryGetMemoryManager< T, TManager >(ReadOnlyMemory< T > memory, [NotNullWhen(true)] out TManager? manager, out int start, out int length)System.Runtime.InteropServices.MemoryMarshalinlinestatic
TryGetString(ReadOnlyMemory< char > memory, [NotNullWhen(true)] out string? text, out int start, out int length)System.Runtime.InteropServices.MemoryMarshalinlinestatic
TryRead< T >(ReadOnlySpan< byte > source, out T value)System.Runtime.InteropServices.MemoryMarshalinlinestatic
TryWrite< T >(Span< byte > destination, ref T value)System.Runtime.InteropServices.MemoryMarshalinlinestatic
Write< T >(Span< byte > destination, ref T value)System.Runtime.InteropServices.MemoryMarshalinlinestatic