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: 0x02000112 RID: 274
internal class FAMData
{
// Token: 0x04000349 RID: 841
public FileSystemWatcher FSW;
// Token: 0x0400034A RID: 842
public string Directory;
// Token: 0x0400034B RID: 843
public string FileMask;
// Token: 0x0400034C RID: 844
public bool IncludeSubdirs;
// Token: 0x0400034D RID: 845
public bool Enabled;
// Token: 0x0400034E RID: 846
public FAMRequest Request;
// Token: 0x0400034F RID: 847
public Hashtable SubDirs;
}
}