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
Loading...
Searching...
No Matches
System.Runtime.InteropServices.MemoryMarshal Class Reference
+ Collaboration diagram for System.Runtime.InteropServices.MemoryMarshal:

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< TAsMemory< 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< TCreateReadOnlySpan< 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)
 

Detailed Description

Definition at line 14 of file MemoryMarshal.cs.


The documentation for this class was generated from the following file: