27 lines
766 B
C#
27 lines
766 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System
|
|
{
|
|
// Token: 0x0200008E RID: 142
|
|
[Token(Token = "0x200008E")]
|
|
internal class UncNameHelper
|
|
{
|
|
// Token: 0x060002D4 RID: 724 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x60002D4")]
|
|
[Address(RVA = "0xF478A0", Offset = "0xF468A0", VA = "0x180F478A0")]
|
|
internal static string ParseCanonicalName(string str, int start, int end, ref bool loopback)
|
|
{
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x060002D5 RID: 725 RVA: 0x000031F8 File Offset: 0x000013F8
|
|
[Token(Token = "0x60002D5")]
|
|
[Address(RVA = "0xF47630", Offset = "0xF46630", VA = "0x180F47630")]
|
|
internal unsafe static bool IsValid(char* name, ushort start, ref int returnedEnd, bool notImplicitFile)
|
|
{
|
|
return default(bool);
|
|
}
|
|
}
|
|
}
|