terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ RemotingServices()

static System.Runtime.Remoting.RemotingServices.RemotingServices ( )
inlinestaticprivate

Definition at line 22 of file RemotingServices.cs.

23 {
24 RemotingServices.RegisterInternalChannels();
25 Type type;
26 ServerIdentity serverIdentity = RemotingServices.CreateWellKnownServerIdentity(type, "RemoteActivationService.rem", WellKnownObjectMode.Singleton);
27 Type type2;
28 MethodInfo method = type2.GetMethod("FieldSetter", BindingFlags.Instance | BindingFlags.NonPublic);
29 Type type3;
30 MethodInfo method2 = type3.GetMethod("FieldGetter", BindingFlags.Instance | BindingFlags.NonPublic);
31 }
class f__AnonymousType0<< Count > j__TPar

References System.Runtime.Remoting.RemotingServices.CreateWellKnownServerIdentity(), j__TPar, and System.Runtime.Remoting.RemotingServices.RegisterInternalChannels().