Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.IO.RenamedEventArgs Class Reference

Public Member Functions

 RenamedEventArgs (WatcherChangeTypes changeType, string directory, string? name, string? oldName)
 

Static Public Attributes

static readonly EventArgs Empty = new EventArgs()
 

Static Package Functions

static string Combine (string directoryPath, string name)
 

Properties

string OldFullPath [get]
 
stringOldName [get]
 
WatcherChangeTypes ChangeType [get]
 
string FullPath [get]
 
stringName [get]
 

Private Attributes

readonly string _oldName
 
readonly string _oldFullPath
 
readonly WatcherChangeTypes _changeType
 
readonly string _name
 
readonly string _fullPath
 

Detailed Description

Definition at line 3 of file RenamedEventArgs.cs.


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