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

◆ LoadRemoteFieldNew()

object System.Runtime.Remoting.Proxies.TransparentProxy.LoadRemoteFieldNew ( IntPtr classPtr,
IntPtr fieldPtr )
inlinepackage

Definition at line 71 of file TransparentProxy.cs.

72 {
73 do
74 {
75 bool flag = this.InCurrentContext();
76 MarshalByRefObject server = this._rp._server;
80 if ((typeFromHandle != null && typeFromHandle == null) || (fieldInfo != null && fieldInfo == null))
81 {
82 goto IL_003D;
83 }
84 RealProxy rp = this._rp;
85 }
86 while (this != null);
87 object obj;
88 return obj;
89 IL_003D:
91 }
class f__AnonymousType0<< Count > j__TPar
static Type GetTypeFromHandle(RuntimeTypeHandle handle)
Definition Type.cs:1311

References System.Runtime.Remoting.Proxies.TransparentProxy._rp, System.Runtime.Remoting.Proxies.RealProxy._server, System.Type.GetTypeFromHandle(), System.Runtime.Remoting.Proxies.TransparentProxy.InCurrentContext(), j__TPar, and System.obj.