FileSystemEventArgs 构造函数
初始化 FileSystemEventArgs 类的新实例。
**命名空间:**System.IO
**程序集:**System(在 system.dll 中)
语法
声明
Public Sub New ( _
changeType As WatcherChangeTypes, _
directory As String, _
name As String _
)
用法
Dim changeType As WatcherChangeTypes
Dim directory As String
Dim name As String
Dim instance As New FileSystemEventArgs(changeType, directory, name)
public FileSystemEventArgs (
WatcherChangeTypes changeType,
string directory,
string name
)
public:
FileSystemEventArgs (
WatcherChangeTypes changeType,
String^ directory,
String^ name
)
public FileSystemEventArgs (
WatcherChangeTypes changeType,
String directory,
String name
)
public function FileSystemEventArgs (
changeType : WatcherChangeTypes,
directory : String,
name : String
)
参数
- changeType
WatcherChangeTypes 值之一,它表示在文件系统中检测到的更改种类。
- directory
受影响的文件或目录的根目录。
- name
受影响的文件或目录名。
平台
Windows 98、Windows 2000 SP4、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition
.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求。
版本信息
.NET Framework
受以下版本支持:2.0、1.1、1.0
请参见
参考
FileSystemEventArgs 类
FileSystemEventArgs 成员
System.IO 命名空间
FileSystemWatcher
WatcherChangeTypes