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

◆ GetProxyForRemoteObject()

static object System.Runtime.Remoting.RemotingServices.GetProxyForRemoteObject ( ObjRef objref,
Type classToProxy )
inlinestaticpackage

Definition at line 460 of file RemotingServices.cs.

461 {
462 Identity identity;
463 if (identity != null)
464 {
465 }
466 object obj;
467 return obj;
468 }

References System.obj.

Referenced by System.Runtime.Remoting.Proxies.ProxyAttribute.CreateProxy().