20 lines
616 B
C#
20 lines
616 B
C#
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;
|
|
}
|
|
}
|
|
}
|