terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
FileInfo (string fileName) | |
StreamWriter | CreateText () |
StreamWriter | AppendText () |
virtual void | GetObjectData (SerializationInfo info, StreamingContext context) |
override string | ToString () |
virtual ObjRef | CreateObjRef (Type requestedType) |
virtual object | InitializeLifetimeService () |
Protected Attributes | |
string | FullPath |
string | OriginalPath |
Package Functions | |
FileInfo (string originalPath, [Optional] string fullPath, [Optional] string fileName, bool isNormalized=false) | |
void | Invalidate () |
Static Package Functions | |
static void | ThrowNotFound (string path) |
Package Attributes | |
string | _name |
Properties | |
override string | Name [get] |
FileAttributes | Attributes [set] |
bool | ExistsCore [get] |
DateTimeOffset | CreationTimeCore [get] |
DateTimeOffset | LastAccessTimeCore [get] |
DateTimeOffset | LastWriteTimeCore [get] |
string | NormalizedPath [get] |
virtual string | FullName [get] |
virtual bool | Exists [get] |
DateTime | CreationTime [get] |
DateTime | CreationTimeUtc [get] |
DateTime | LastAccessTime [get] |
DateTime | LastAccessTimeUtc [get] |
DateTime | LastWriteTime [get] |
DateTime | LastWriteTimeUtc [get] |
ServerIdentity | ObjectIdentity [get, set] |
Private Member Functions | |
FileInfo () | |
FileInfo (SerializationInfo info, StreamingContext context) | |
Private Attributes | |
FileStatus | _fileStatus |
object | _identity |
Definition at line 9 of file FileInfo.cs.