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
EnvoyInfo.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200033B")]
9 [global::System.Serializable]
10 internal class EnvoyInfo : IEnvoyInfo
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6001BB9")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1B24D20", Offset = "0x1B24D20", Length = "0x28")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
16 public EnvoyInfo(global::System.Runtime.Remoting.Messaging.IMessageSink sinks)
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x17000327")]
22 public global::System.Runtime.Remoting.Messaging.IMessageSink EnvoySinks
23 {
24 [global::Cpp2ILInjected.Token(Token = "0x6001BBA")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1B24D48", Offset = "0x1B24D48", Length = "0x8")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 get
28 {
29 throw null;
30 }
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x4000E20")]
34 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
35 private global::System.Runtime.Remoting.Messaging.IMessageSink envoySinks;
36 }
37}
class f__AnonymousType0<< Count > j__TPar
EnvoyInfo(global::System.Runtime.Remoting.Messaging.IMessageSink sinks)
Definition EnvoyInfo.cs:16
global::System.Runtime.Remoting.Messaging.IMessageSink envoySinks
Definition EnvoyInfo.cs:35
global::System.Runtime.Remoting.Messaging.IMessageSink EnvoySinks
Definition EnvoyInfo.cs:23