Files
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

50 lines
1.5 KiB
C#

using System;
using Cpp2IlInjected;
// Token: 0x0200186E RID: 6254
[Token(Token = "0x200186E")]
internal sealed class ABBKDJMKLNE : MulticastDelegate
{
// Token: 0x060091A2 RID: 37282 RVA: 0x001DBF80 File Offset: 0x001DA180
[Token(Token = "0x60091A2")]
[Address(RVA = "0x448ED0", Offset = "0x447CD0", VA = "0x180448ED0")]
public ABBKDJMKLNE(object FEDFKKMABOG, IntPtr APAICGIHAGJ)
{
this.method = APAICGIHAGJ;
this.m_target = FEDFKKMABOG;
}
// Token: 0x060091A3 RID: 37283 RVA: 0x001DBF9C File Offset: 0x001DA19C
[Token(Token = "0x60091A3")]
[Address(RVA = "0xD065F0", Offset = "0xD053F0", VA = "0x180D065F0", Slot = "13")]
public object Invoke(object DBFBLNILIGL)
{
uint num;
do
{
Delegate[] delegates = this.delegates;
if (delegates != 0)
{
}
}
while (num == (uint)0);
throw new ExecutionEngineException();
}
// Token: 0x060091A4 RID: 37284 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60091A4")]
[Address(RVA = "0x457150", Offset = "0x455F50", VA = "0x180457150", Slot = "14")]
public IAsyncResult BeginInvoke(object DBFBLNILIGL, AsyncCallback AFLPGGJMPOE, object FEDFKKMABOG)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060091A5 RID: 37285 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x60091A5")]
[Address(RVA = "0x448B70", Offset = "0x447970", VA = "0x180448B70", Slot = "15")]
public object EndInvoke(IAsyncResult GIAOBLMEMMI)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
}