This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,19 @@
using System;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace System.IO
{
// Token: 0x02000289 RID: 649
[Token(Token = "0x2000289")]
internal static class FileSystemEnumerableFactory
{
// Token: 0x06001793 RID: 6035 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001793")]
[Address(RVA = "0x2939D10", Offset = "0x2938B10", VA = "0x182939D10")]
internal static IEnumerable<string> CreateFileNameIterator(string path, string originalUserPath, string searchPattern, bool includeFiles, bool includeDirs, SearchOption searchOption, bool checkHost)
{
return null;
}
}
}