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

◆ SetLastWriteTime()

static int Ionic.Zip.NetCfFile.SetLastWriteTime ( string filename,
DateTime mtime )
inlinestatic

Definition at line 27 of file NetCfFile.cs.

28 {
29 int num;
30 IntPtr intPtr = (IntPtr)num;
31 int num2 = (int)intPtr;
32 long num3;
33 byte[] bytes = BitConverter.GetBytes(num3);
34 bool flag = NetCfFile.CloseHandle(intPtr);
36 }
class f__AnonymousType0<< Count > j__TPar
static byte[] GetBytes(int value)

References Ionic.Zip.NetCfFile.CloseHandle(), System.BitConverter.GetBytes(), System.Runtime.InteropServices.Marshal.GetLastWin32Error(), and j__TPar.

Referenced by Ionic.Zip.ZipEntry._SetTimes().