Files
Jan2021-Cpp2Il-Dump/Assembly-CSharp/Steamworks/SNetSocket_t.cs
T
2026-04-08 23:40:05 +02:00

102 lines
3.4 KiB
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace Steamworks
{
// Token: 0x0200122E RID: 4654
[Token(Token = "0x200122E")]
[Serializable]
[StructLayout(0, Size = 4)]
public struct SNetSocket_t : IEquatable<SNetSocket_t>, IComparable<SNetSocket_t>
{
// Token: 0x060070AB RID: 28843 RVA: 0x0017803C File Offset: 0x0017623C
[Token(Token = "0x60070AB")]
[Address(RVA = "0x2DB0", Offset = "0x21B0", VA = "0x180002DB0")]
public SNetSocket_t(uint value)
{
}
// Token: 0x060070AC RID: 28844 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60070AC")]
[Address(RVA = "0x242940", Offset = "0x241D40", VA = "0x180242940", Slot = "3")]
public override string ToString()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060070AD RID: 28845 RVA: 0x0017804C File Offset: 0x0017624C
[Token(Token = "0x60070AD")]
[Address(RVA = "0x363440", Offset = "0x362840", VA = "0x180363440", Slot = "0")]
public override bool Equals(object other)
{
if (other != 0 && other != 0)
{
return (ref this) == "{il2cpp field on {'constant9' (constant value of type Cpp2IL.Core.Analysis.ResultModels.LocalPointer)}, offset 0x0}";
}
}
// Token: 0x060070AE RID: 28846 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60070AE")]
[Address(RVA = "0x18100", Offset = "0x17500", VA = "0x180018100", Slot = "2")]
public override int GetHashCode()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060070AF RID: 28847 RVA: 0x0017806C File Offset: 0x0017626C
[Token(Token = "0x60070AF")]
[Address(RVA = "0x559420", Offset = "0x557E20", VA = "0x180559420")]
public static bool operator ==(SNetSocket_t x, SNetSocket_t y)
{
return x == y;
}
// Token: 0x060070B0 RID: 28848 RVA: 0x00178080 File Offset: 0x00176280
[Token(Token = "0x60070B0")]
[Address(RVA = "0x559430", Offset = "0x557E30", VA = "0x180559430")]
public static bool operator !=(SNetSocket_t x, SNetSocket_t y)
{
return x != y;
}
// Token: 0x060070B1 RID: 28849 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60070B1")]
[Address(RVA = "0x522C80", Offset = "0x521680", VA = "0x180522C80")]
public static explicit operator SNetSocket_t(uint value)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060070B2 RID: 28850 RVA: 0x00178094 File Offset: 0x00176294
[Token(Token = "0x60070B2")]
[Address(RVA = "0x522C80", Offset = "0x521680", VA = "0x180522C80")]
public static explicit operator uint(SNetSocket_t that)
{
return that.m_SNetSocket;
}
// Token: 0x060070B3 RID: 28851 RVA: 0x001780A8 File Offset: 0x001762A8
[Token(Token = "0x60070B3")]
[Address(RVA = "0xD730", Offset = "0xCB30", VA = "0x18000D730", Slot = "4")]
public bool Equals(SNetSocket_t other)
{
bool flag;
return flag;
}
// Token: 0x060070B4 RID: 28852 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60070B4")]
[Address(RVA = "0x2428B0", Offset = "0x241CB0", VA = "0x1802428B0", Slot = "5")]
public int CompareTo(SNetSocket_t other)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x040053B4 RID: 21428
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
[Token(Token = "0x40053B4")]
public uint m_SNetSocket;
}
}