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

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]
 
stringName [get]
 

Private Attributes

readonly WatcherChangeTypes _changeType
 
readonly string _name
 
readonly string _fullPath
 

Detailed Description

Definition at line 3 of file FileSystemEventArgs.cs.


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