This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
using System;
using System.Collections;
namespace System.IO
{
// Token: 0x02000122 RID: 290
internal class KeventData
{
// Token: 0x040003AE RID: 942
public FileSystemWatcher FSW;
// Token: 0x040003AF RID: 943
public string Directory;
// Token: 0x040003B0 RID: 944
public string FileMask;
// Token: 0x040003B1 RID: 945
public bool IncludeSubdirs;
// Token: 0x040003B2 RID: 946
public bool Enabled;
// Token: 0x040003B3 RID: 947
public Hashtable DirEntries;
// Token: 0x040003B4 RID: 948
public kevent ev;
}
}