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

◆ ClearAnsi()

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

Definition at line 167 of file Marshal.cs.

168 {
169 int num = 1;
170 long num2 = 0L;
171 if (num == 0)
172 {
173 }
174 void* ptr2 = (void*)ptr;
175 if (num != 0)
176 {
177 if (num == 0)
178 {
179 }
180 void* ptr3 = (void*)IntPtr.Add(ptr, (int)num2);
181 return;
182 }
183 }
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.ZeroFreeGlobalAllocAnsi().