a
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Text;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace Steamworks
|
||||
{
|
||||
// Token: 0x02001834 RID: 6196
|
||||
[Token(Token = "0x2001834")]
|
||||
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
|
||||
public sealed class SteamAPIWarningMessageHook_t : MulticastDelegate
|
||||
{
|
||||
// Token: 0x06008F0B RID: 36619 RVA: 0x001D8754 File Offset: 0x001D6954
|
||||
[Token(Token = "0x6008F0B")]
|
||||
[Address(RVA = "0x448ED0", Offset = "0x447CD0", VA = "0x180448ED0")]
|
||||
public SteamAPIWarningMessageHook_t(object @object, IntPtr method)
|
||||
{
|
||||
this.method = method;
|
||||
this.m_target = @object;
|
||||
}
|
||||
|
||||
// Token: 0x06008F0C RID: 36620 RVA: 0x001D8770 File Offset: 0x001D6970
|
||||
[Token(Token = "0x6008F0C")]
|
||||
[Address(RVA = "0x22C3020", Offset = "0x22C1E20", VA = "0x1822C3020", Slot = "13")]
|
||||
public void Invoke(int nSeverity, StringBuilder pchDebugText)
|
||||
{
|
||||
if (this.delegates != 0)
|
||||
{
|
||||
}
|
||||
uint num;
|
||||
if (num != (uint)0)
|
||||
{
|
||||
throw new ExecutionEngineException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06008F0D RID: 36621 RVA: 0x001D87F0 File Offset: 0x001D69F0
|
||||
[Token(Token = "0x6008F0D")]
|
||||
[Address(RVA = "0x2DB8AA0", Offset = "0x2DB78A0", VA = "0x182DB8AA0", Slot = "14")]
|
||||
public IAsyncResult BeginInvoke(int nSeverity, StringBuilder pchDebugText, AsyncCallback callback, object @object)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06008F0E RID: 36622 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x6008F0E")]
|
||||
[Address(RVA = "0x448B70", Offset = "0x447970", VA = "0x180448B70", Slot = "15")]
|
||||
public void EndInvoke(IAsyncResult result)
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user