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
RemoteActivationAttribute.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x200038B")]
10 internal class RemoteActivationAttribute : global::System.Attribute, global::System.Runtime.Remoting.Contexts.IContextAttribute
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6001D68")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1B42690", Offset = "0x1B42690", Length = "0x28")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Attribute), Member = ".ctor", ReturnType = typeof(void))]
16 public RemoteActivationAttribute(global::System.Collections.IList contextProperties)
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x6001D69")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1B426B8", Offset = "0x1B426B8", Length = "0x8")]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 public bool IsContextOK(global::System.Runtime.Remoting.Contexts.Context ctx, IConstructionCallMessage ctor)
25 {
26 throw null;
27 }
28
29 [global::Cpp2ILInjected.Token(Token = "0x6001D6A")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1B426C0", Offset = "0x1B426C0", Length = "0x3C8")]
31 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
33 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 20)]
35 {
36 throw null;
37 }
38
39 [global::Cpp2ILInjected.Token(Token = "0x4000ECD")]
40 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
41 private global::System.Collections.IList _contextProperties;
42 }
43}
class f__AnonymousType0<< Count > j__TPar
bool IsContextOK(global::System.Runtime.Remoting.Contexts.Context ctx, IConstructionCallMessage ctor)
RemoteActivationAttribute(global::System.Collections.IList contextProperties)