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
Loading...
Searching...
No Matches
System.IO.FileInfo Class Referencesealed
+ Inheritance diagram for System.IO.FileInfo:
+ Collaboration diagram for System.IO.FileInfo:

Public Member Functions

 FileInfo (string fileName)
 
StreamWriter CreateText ()
 
StreamWriter AppendText ()
 
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

 FileInfo (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

override string Name [get, set]
 
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 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

 FileInfo ()
 
 FileInfo (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
 

Private Attributes

FileStatus _fileStatus
 

Detailed Description

Definition at line 11 of file FileInfo.cs.


The documentation for this class was generated from the following file: