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