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
+21
View File
@@ -0,0 +1,21 @@
using System;
using System.Collections;
namespace System.IO
{
// Token: 0x0200011C RID: 284
internal class ParentInotifyData
{
// Token: 0x04000394 RID: 916
public bool IncludeSubdirs;
// Token: 0x04000395 RID: 917
public bool Enabled;
// Token: 0x04000396 RID: 918
public ArrayList children;
// Token: 0x04000397 RID: 919
public InotifyData data;
}
}