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

◆ SecureStringGlobalAllocator()

static IntPtr System.Runtime.InteropServices.Marshal.SecureStringGlobalAllocator ( int len)
inlinestaticpackage

Definition at line 331 of file Marshal.cs.

332 {
333 if (!true)
334 {
335 }
336 return Marshal.AllocHGlobal(0);
337 }

References System.Runtime.InteropServices.Marshal.AllocHGlobal().