terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ UnmanagedMemoryStream() [3/3]

unsafe System.IO.UnmanagedMemoryStream.UnmanagedMemoryStream ( byte * pointer,
long length,
long capacity,
FileAccess access )
inline

Definition at line 34 of file UnmanagedMemoryStream.cs.

35 {
36 if (!true)
37 {
38 }
39 base..ctor();
40 this.Initialize(pointer, length, capacity, access);
41 }
class f__AnonymousType0<< Count > j__TPar
unsafe void Initialize(byte *pointer, long length, long capacity, FileAccess access)

References System.capacity, System.IO.UnmanagedMemoryStream.Initialize(), j__TPar, and System.length.