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() [2/3]

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

Definition at line 23 of file UnmanagedMemoryStream.cs.

24 {
25 if (!true)
26 {
27 }
28 base..ctor();
29 this.Initialize(pointer, length, length, FileAccess.Read);
30 }
class f__AnonymousType0<< Count > j__TPar
unsafe void Initialize(byte *pointer, long length, long capacity, FileAccess access)

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