26 lines
664 B
C#
26 lines
664 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using System.Text.RegularExpressions;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace CircuitsV2.Utilities.StringUtils
|
|
{
|
|
// Token: 0x02000233 RID: 563
|
|
[Token(Token = "0x200016B")]
|
|
[StructLayout(3)]
|
|
public static class StringNameConventions
|
|
{
|
|
// Token: 0x06001266 RID: 4710 RVA: 0x00008354 File Offset: 0x00006554
|
|
[Token(Token = "0x6000EB9")]
|
|
[Address(RVA = "0x2482070", Offset = "0x2480A70", VA = "0x182482070")]
|
|
public static bool IsValidPortName(string name)
|
|
{
|
|
return default(bool);
|
|
}
|
|
|
|
// Token: 0x040007A9 RID: 1961
|
|
[Token(Token = "0x4000614")]
|
|
private static readonly Regex portNameRegex;
|
|
}
|
|
}
|