Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
FileSystemEventArgs (WatcherChangeTypes changeType, string directory, string? name) | |
Static Public Attributes | |
static readonly EventArgs | Empty = new EventArgs() |
Static Package Functions | |
static string | Combine (string directoryPath, string name) |
Properties | |
WatcherChangeTypes | ChangeType [get] |
string | FullPath [get] |
string? | Name [get] |
Private Attributes | |
readonly WatcherChangeTypes | _changeType |
readonly string | _name |
readonly string | _fullPath |
Definition at line 3 of file FileSystemEventArgs.cs.