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
ProxyAttribute.cs
Go to the documentation of this file.
1using System;
8
10{
11 [global::System.Runtime.InteropServices.ComVisible(true)]
12 [global::System.AttributeUsage(global::System.AttributeTargets.Class)]
13 [global::Cpp2ILInjected.Token(Token = "0x2000359")]
14 public class ProxyAttribute : global::System.Attribute, global::System.Runtime.Remoting.Contexts.IContextAttribute
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x6001C8F")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1B33DA8", Offset = "0x1B33DA8", Length = "0xF4")]
18 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RealProxy), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Remoting.Activation.ActivationServices), Member = "CreateConstructionCall", MemberParameters = new object[]
22 {
23 typeof(global::System.Type),
24 typeof(string),
25 typeof(object[])
26 }, ReturnType = typeof(global::System.Runtime.Remoting.Messaging.ConstructionCall))]
27 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
28 public virtual global::System.MarshalByRefObject CreateInstance(global::System.Type serverType)
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x6001C90")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1B33EE4", Offset = "0x1B33EE4", Length = "0x70")]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "GetProxyForRemoteObject", MemberParameters = new object[]
37 {
39 typeof(global::System.Type)
40 }, ReturnType = typeof(object))]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RemotingServices), Member = "GetRealProxy", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(RealProxy))]
42 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
43 public virtual RealProxy CreateProxy(ObjRef objRef, global::System.Type serverType, object serverObject, global::System.Runtime.Remoting.Contexts.Context serverContext)
44 {
45 throw null;
46 }
47
48 [global::System.Runtime.InteropServices.ComVisible(true)]
49 [global::Cpp2ILInjected.Token(Token = "0x6001C91")]
50 [global::Cpp2ILInjected.Address(RVA = "0x1B33F54", Offset = "0x1B33F54", Length = "0x4")]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
52 public void GetPropertiesForNewContext(global::System.Runtime.Remoting.Activation.IConstructionCallMessage msg)
53 {
54 throw null;
55 }
56
57 [global::System.Runtime.InteropServices.ComVisible(true)]
58 [global::Cpp2ILInjected.Token(Token = "0x6001C92")]
59 [global::Cpp2ILInjected.Address(RVA = "0x1B33F58", Offset = "0x1B33F58", Length = "0x8")]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
61 public bool IsContextOK(global::System.Runtime.Remoting.Contexts.Context ctx, global::System.Runtime.Remoting.Activation.IConstructionCallMessage msg)
62 {
63 throw null;
64 }
65 }
66}
class f__AnonymousType0<< Count > j__TPar
bool IsContextOK(global::System.Runtime.Remoting.Contexts.Context ctx, global::System.Runtime.Remoting.Activation.IConstructionCallMessage msg)
virtual RealProxy CreateProxy(ObjRef objRef, global::System.Type serverType, object serverObject, global::System.Runtime.Remoting.Contexts.Context serverContext)
void GetPropertiesForNewContext(global::System.Runtime.Remoting.Activation.IConstructionCallMessage msg)
virtual global::System.MarshalByRefObject CreateInstance(global::System.Type serverType)