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 | |
DirectoryInfo (string path) | |
void | Create () |
virtual void | GetObjectData (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) |
override string | ToString () |
Protected Attributes | |
string | FullPath |
string | OriginalPath |
Package Functions | |
DirectoryInfo (string originalPath, string fullPath=null, string fileName=null, bool isNormalized=false) | |
void | Invalidate () |
Static Package Functions | |
static void | ThrowNotFound (string path) |
Package Attributes | |
string | _name |
Properties | |
FileAttributes | Attributes [set] |
bool | ExistsCore [get, set] |
global::System.DateTimeOffset | CreationTimeCore [get, set] |
global::System.DateTimeOffset | LastAccessTimeCore [get, set] |
global::System.DateTimeOffset | LastWriteTimeCore [get, set] |
string | NormalizedPath [get, set] |
virtual string | FullName [get, set] |
virtual string | Name [get, set] |
virtual bool | Exists [get, set] |
global::System.DateTime | CreationTime [get, set] |
global::System.DateTime | CreationTimeUtc [get, set] |
global::System.DateTime | LastAccessTime [get, set] |
global::System.DateTime | LastAccessTimeUtc [get, set] |
global::System.DateTime | LastWriteTime [get, set] |
global::System.DateTime | LastWriteTimeUtc [get, set] |
Private Member Functions | |
void | Init (string originalPath, string fullPath=null, string fileName=null, bool isNormalized=false) |
DirectoryInfo (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) | |
Private Attributes | |
FileStatus | _fileStatus |
Definition at line 10 of file DirectoryInfo.cs.