Files
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: 0x02001242 RID: 4674
[Token(Token = "0x2001242")]
[Serializable]
[StructLayout(0, Size = 4)]
public struct HSteamPipe : IEquatable<HSteamPipe>, IComparable<HSteamPipe>
{
// Token: 0x0600717B RID: 29051 RVA: 0x001789A0 File Offset: 0x00176BA0
[Token(Token = "0x600717B")]
[Address(RVA = "0x2DB0", Offset = "0x21B0", VA = "0x180002DB0")]
public HSteamPipe(int value)
{
}
// Token: 0x0600717C RID: 29052 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600717C")]
[Address(RVA = "0x1D3A0", Offset = "0x1C7A0", VA = "0x18001D3A0", Slot = "3")]
public override string ToString()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600717D RID: 29053 RVA: 0x001789B0 File Offset: 0x00176BB0
[Token(Token = "0x600717D")]
[Address(RVA = "0x244860", Offset = "0x243C60", VA = "0x180244860", 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: 0x0600717E RID: 29054 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600717E")]
[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: 0x0600717F RID: 29055 RVA: 0x001789D0 File Offset: 0x00176BD0
[Token(Token = "0x600717F")]
[Address(RVA = "0x559420", Offset = "0x557E20", VA = "0x180559420")]
public static bool operator ==(HSteamPipe x, HSteamPipe y)
{
return x == y;
}
// Token: 0x06007180 RID: 29056 RVA: 0x001789E4 File Offset: 0x00176BE4
[Token(Token = "0x6007180")]
[Address(RVA = "0x559430", Offset = "0x557E30", VA = "0x180559430")]
public static bool operator !=(HSteamPipe x, HSteamPipe y)
{
return x != y;
}
// Token: 0x06007181 RID: 29057 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6007181")]
[Address(RVA = "0x522C80", Offset = "0x521680", VA = "0x180522C80")]
public static explicit operator HSteamPipe(int value)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06007182 RID: 29058 RVA: 0x001789F8 File Offset: 0x00176BF8
[Token(Token = "0x6007182")]
[Address(RVA = "0x522C80", Offset = "0x521680", VA = "0x180522C80")]
public static explicit operator int(HSteamPipe that)
{
return that.m_HSteamPipe;
}
// Token: 0x06007183 RID: 29059 RVA: 0x00178A0C File Offset: 0x00176C0C
[Token(Token = "0x6007183")]
[Address(RVA = "0xD730", Offset = "0xCB30", VA = "0x18000D730", Slot = "4")]
public bool Equals(HSteamPipe other)
{
bool flag;
return flag;
}
// Token: 0x06007184 RID: 29060 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x6007184")]
[Address(RVA = "0x2447A0", Offset = "0x243BA0", VA = "0x1802447A0", Slot = "5")]
public int CompareTo(HSteamPipe other)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x040053D7 RID: 21463
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
[Token(Token = "0x40053D7")]
public int m_HSteamPipe;
}
}