Files
27Aug2021-Cpp2IL-Dump/mscorlib/System/IO/PathInternal.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

27 lines
716 B
C#

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);
}
}
}