terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
struct | nfdpathset_t |
Public Types | |
enum | nfdresult_t { NFD_ERROR , NFD_OKAY , NFD_CANCEL } |
Public Member Functions | |
static IntPtr | NFD_PathSet_GetCount (nativefiledialog.nfdpathset_t pathset) |
static void | NFD_PathSet_Free (nativefiledialog.nfdpathset_t pathset) |
Static Public Member Functions | |
static unsafe nativefiledialog.nfdresult_t | NFD_OpenDialog (string filterList, string defaultPath, [Out] string outPath) |
static unsafe nativefiledialog.nfdresult_t | NFD_OpenDialogMultiple (string filterList, string defaultPath, [Out] nativefiledialog.nfdpathset_t outPaths) |
static unsafe nativefiledialog.nfdresult_t | NFD_SaveDialog (string filterList, string defaultPath, [Out] string outPath) |
static nativefiledialog.nfdresult_t | NFD_PickFolder (string defaultPath, [Out] string outPath) |
static string | NFD_GetError () |
static string | NFD_PathSet_GetPath (nativefiledialog.nfdpathset_t pathset, IntPtr index) |
Private Member Functions | |
static void | free (IntPtr ptr) |
static unsafe nativefiledialog.nfdresult_t | INTERNAL_NFD_OpenDialog (byte *filterList, byte *defaultPath, [Out] IntPtr outPath) |
static unsafe nativefiledialog.nfdresult_t | INTERNAL_NFD_OpenDialogMultiple (byte *filterList, byte *defaultPath, [Out] nativefiledialog.nfdpathset_t outPaths) |
static unsafe nativefiledialog.nfdresult_t | INTERNAL_NFD_SaveDialog (byte *filterList, byte *defaultPath, [Out] IntPtr outPath) |
static unsafe nativefiledialog.nfdresult_t | INTERNAL_NFD_PickFolder (byte *defaultPath, [Out] IntPtr outPath) |
static IntPtr | INTERNAL_NFD_GetError () |
static IntPtr | INTERNAL_NFD_PathSet_GetPath (nativefiledialog.nfdpathset_t pathset, IntPtr index) |
Static Private Member Functions | |
static int | Utf8Size (string str) |
static unsafe byte * | Utf8EncodeNullable (string str) |
static unsafe string | UTF8_ToManaged (IntPtr s, bool freePtr=false) |
Static Private Attributes | |
const string | nativeLibName = "nfd" |
Definition at line 6 of file nativefiledialog.cs.