terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.IO.DirectoryInfo Class Referencesealed
+ Inheritance diagram for System.IO.DirectoryInfo:

Public Member Functions

 DirectoryInfo (string path)
 
void Create ()
 
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

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

FileAttributes Attributes [set]
 
bool ExistsCore [get]
 
DateTimeOffset CreationTimeCore [get]
 
DateTimeOffset LastAccessTimeCore [get]
 
DateTimeOffset LastWriteTimeCore [get]
 
string NormalizedPath [get]
 
virtual string FullName [get]
 
virtual string Name [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

void Init (string originalPath, [Optional] string fullPath, [Optional] string fileName, bool isNormalized=false)
 
 DirectoryInfo (SerializationInfo info, StreamingContext context)
 

Private Attributes

FileStatus _fileStatus
 
object _identity
 

Detailed Description

Definition at line 9 of file DirectoryInfo.cs.


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