Пример #1
0
 public static void FreeThunk(object thunksHeap, IntPtr thunkAddress)
 {
     RuntimeImports.RhFreeThunk(thunksHeap, thunkAddress);
 }