terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
DisposerReplySink.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200034F")]
9 internal class DisposerReplySink : global::System.Runtime.Remoting.Messaging.IMessageSink
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6001C62")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1B31900", Offset = "0x1B31900", Length = "0x2C")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
15 public DisposerReplySink(global::System.Runtime.Remoting.Messaging.IMessageSink next, global::System.IDisposable disposable)
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x6001C63")]
21 [global::Cpp2ILInjected.Address(RVA = "0x1B3192C", Offset = "0x1B3192C", Length = "0x118")]
22 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
25 public global::System.Runtime.Remoting.Messaging.IMessage SyncProcessMessage(global::System.Runtime.Remoting.Messaging.IMessage msg)
26 {
27 throw null;
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x6001C64")]
31 [global::Cpp2ILInjected.Address(RVA = "0x1B31A44", Offset = "0x1B31A44", Length = "0x38")]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
35 public global::System.Runtime.Remoting.Messaging.IMessageCtrl AsyncProcessMessage(global::System.Runtime.Remoting.Messaging.IMessage msg, global::System.Runtime.Remoting.Messaging.IMessageSink replySink)
36 {
37 throw null;
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x4000E63")]
41 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
42 private global::System.Runtime.Remoting.Messaging.IMessageSink _next;
43
44 [global::Cpp2ILInjected.Token(Token = "0x4000E64")]
45 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
46 private global::System.IDisposable _disposable;
47 }
48}
class f__AnonymousType0<< Count > j__TPar
global::System.Runtime.Remoting.Messaging.IMessage SyncProcessMessage(global::System.Runtime.Remoting.Messaging.IMessage msg)
DisposerReplySink(global::System.Runtime.Remoting.Messaging.IMessageSink next, global::System.IDisposable disposable)
global::System.Runtime.Remoting.Messaging.IMessageCtrl AsyncProcessMessage(global::System.Runtime.Remoting.Messaging.IMessage msg, global::System.Runtime.Remoting.Messaging.IMessageSink replySink)
global::System.Runtime.Remoting.Messaging.IMessageSink _next