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

◆ ManagedStreamLength()

static unsafe void UnityEngine.ManagedStreamHelpers.ManagedStreamLength ( Stream stream,
IntPtr returnValueAddress )
inlinestaticpackage

Definition at line 37 of file ManagedStreamHelpers.cs.

38 {
39 ManagedStreamHelpers.ValidateLoadFromStream(stream);
40 void* ptr = (void*)returnValueAddress;
41 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and UnityEngine.ManagedStreamHelpers.ValidateLoadFromStream().