using System; using Cpp2IlInjected; namespace System.IO { // Token: 0x020002B1 RID: 689 [Token(Token = "0x20002B1")] internal static class PathInternal { // Token: 0x06001956 RID: 6486 RVA: 0x00010CC8 File Offset: 0x0000EEC8 [Token(Token = "0x6001956")] [Address(RVA = "0x424690", Offset = "0x423690", VA = "0x180424690")] public static bool IsPartiallyQualified(string path) { return default(bool); } // Token: 0x06001957 RID: 6487 RVA: 0x00010CE0 File Offset: 0x0000EEE0 [Token(Token = "0x6001957")] [Address(RVA = "0xCC4770", Offset = "0xCC3770", VA = "0x180CC4770")] public static bool HasIllegalCharacters(string path, bool checkAdditional) { return default(bool); } } }