using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace BestHTTP.Futures { // Token: 0x020019AD RID: 6573 [Token(Token = "0x20019AD")] [StructLayout(3)] public sealed class FutureValueCallback : MulticastDelegate { // Token: 0x0600B090 RID: 45200 RVA: 0x002945EC File Offset: 0x002927EC [Token(Token = "0x600B090")] [Address(RVA = "0x3E5170", Offset = "0x3E3B70", VA = "0x1803E5170")] public FutureValueCallback(object @object, IntPtr method) { } // Token: 0x0600B091 RID: 45201 RVA: 0x002945FC File Offset: 0x002927FC [Token(Token = "0x600B091")] [Address(RVA = "0x769750", Offset = "0x768150", VA = "0x180769750", Slot = "13")] public void Invoke(T value) { uint num; if (num != (uint)0) { throw new ExecutionEngineException(); } } // Token: 0x0600B092 RID: 45202 RVA: 0x00294668 File Offset: 0x00292868 [Token(Token = "0x600B092")] [Address(RVA = "0x22397A0", Offset = "0x22381A0", VA = "0x1822397A0", Slot = "14")] public IAsyncResult BeginInvoke(T value, AsyncCallback callback, object @object) { } // Token: 0x0600B093 RID: 45203 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x600B093")] [Address(RVA = "0x40BFF0", Offset = "0x40A9F0", VA = "0x18040BFF0", Slot = "15")] public void EndInvoke(IAsyncResult result) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } } }