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
IContextAttribute.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::System.Runtime.InteropServices.ComVisible(true)]
9 [global::Cpp2ILInjected.Token(Token = "0x200036C")]
10 public interface IContextAttribute
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6001D10")]
13 void GetPropertiesForNewContext(global::System.Runtime.Remoting.Activation.IConstructionCallMessage msg);
14
15 [global::Cpp2ILInjected.Token(Token = "0x6001D11")]
16 bool IsContextOK(Context ctx, global::System.Runtime.Remoting.Activation.IConstructionCallMessage msg);
17 }
18}
bool IsContextOK(Context ctx, global::System.Runtime.Remoting.Activation.IConstructionCallMessage msg)
void GetPropertiesForNewContext(global::System.Runtime.Remoting.Activation.IConstructionCallMessage msg)