scripts
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user