This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
using System;
using Cpp2IlInjected;
namespace System.IO
{
// Token: 0x020002AA RID: 682
[Token(Token = "0x20002AA")]
internal static class PathInternal
{
// Token: 0x06001915 RID: 6421 RVA: 0x00010968 File Offset: 0x0000EB68
[Token(Token = "0x6001915")]
[Address(RVA = "0x403930", Offset = "0x402730", VA = "0x180403930")]
public static bool IsPartiallyQualified(string path)
{
return default(bool);
}
// Token: 0x06001916 RID: 6422 RVA: 0x00010980 File Offset: 0x0000EB80
[Token(Token = "0x6001916")]
[Address(RVA = "0x2941690", Offset = "0x2940490", VA = "0x182941690")]
public static bool HasIllegalCharacters(string path, bool checkAdditional)
{
return default(bool);
}
}
}