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
|
Static Public Member Functions | |
static global::System.Span< byte > | AsBytes< T > (global::System.Span< T > span) |
static global::System.ReadOnlySpan< byte > | AsBytes< T > (global::System.ReadOnlySpan< T > span) |
static global::System.Memory< T > | AsMemory< T > (global::System.ReadOnlyMemory< T > memory) |
static ref T | GetReference< T > (global::System.Span< T > span) |
static ref T | GetReference< T > (global::System.ReadOnlySpan< T > span) |
static global::System.ReadOnlySpan< T > | CreateReadOnlySpan< T > (ref T reference, int length) |
static bool | TryGetArray< T > (global::System.ReadOnlyMemory< T > memory, out global::System.ArraySegment< T > segment) |
Static Package Functions | |
static ref T | GetNonNullPinnableReference< T > (global::System.Span< T > span) |
static ref T | GetNonNullPinnableReference< T > (global::System.ReadOnlySpan< T > span) |
Definition at line 14 of file MemoryMarshal.cs.