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