This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,19 @@
using System;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace System.IO
{
// Token: 0x02000290 RID: 656
[Token(Token = "0x2000290")]
internal static class FileSystemEnumerableFactory
{
// Token: 0x060017D2 RID: 6098 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x60017D2")]
[Address(RVA = "0xCBDBE0", Offset = "0xCBCBE0", VA = "0x180CBDBE0")]
internal static IEnumerable<string> CreateFileNameIterator(string path, string originalUserPath, string searchPattern, bool includeFiles, bool includeDirs, SearchOption searchOption, bool checkHost)
{
return null;
}
}
}