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

◆ ClearBSTR()

static unsafe void System.Runtime.InteropServices.Marshal.ClearBSTR ( IntPtr ptr)
inlinestaticprivate

Definition at line 144 of file Marshal.cs.

145 {
146 int num = 1;
147 if (num == 0)
148 {
149 }
150 long num2 = 0L;
151 if (num == 0)
152 {
153 }
154 void* ptr2 = (void*)IntPtr.Add(ptr, (int)num2);
155 }
class f__AnonymousType0<< Count > j__TPar
static IntPtr Add(IntPtr pointer, int offset)
Definition IntPtr.cs:162

References System.IntPtr.Add(), j__TPar, and System.L.

Referenced by System.Runtime.InteropServices.Marshal.ZeroFreeBSTR().