terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
NetCfFile () | |
Static Public Member Functions | |
static int | SetTimes (string filename, DateTime ctime, DateTime atime, DateTime mtime) |
static int | SetLastWriteTime (string filename, DateTime mtime) |
Package Functions | |
static int | CreateFileCE (string lpFileName, uint dwDesiredAccess, uint dwShareMode, int lpSecurityAttributes, uint dwCreationDisposition, uint dwFlagsAndAttributes, int hTemplateFile) |
static uint | GetAttributes (string lpFileName) |
static bool | SetAttributes (string lpFileName, uint dwFileAttributes) |
static bool | SetFileTime (IntPtr hFile, byte[] lpCreationTime, byte[] lpLastAccessTime, byte[] lpLastWriteTime) |
static bool | CloseHandle (IntPtr hObject) |
Definition at line 10 of file NetCfFile.cs.