|
Terraria v1.4.4.9
Terraria source code documentation
|
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] |
| string? | OldName [get] |
| WatcherChangeTypes | ChangeType [get] |
| string | FullPath [get] |
| string? | Name [get] |
Private Attributes | |
| readonly string | _oldName |
| readonly string | _oldFullPath |
| readonly WatcherChangeTypes | _changeType |
| readonly string | _name |
| readonly string | _fullPath |
Definition at line 3 of file RenamedEventArgs.cs.