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
System.Runtime.Remoting.Proxies.RealProxy Class Referenceabstract
+ Inheritance diagram for System.Runtime.Remoting.Proxies.RealProxy:
+ Collaboration diagram for System.Runtime.Remoting.Proxies.RealProxy:

Public Member Functions

global::System.Type GetProxiedType ()
 
virtual void GetObjectData (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
 
global::System.Runtime.Remoting.Messaging.IMessage Invoke (global::System.Runtime.Remoting.Messaging.IMessage msg)
 
virtual object GetTransparentProxy ()
 

Protected Member Functions

 RealProxy ()
 
 RealProxy (global::System.Type classToProxy)
 
 RealProxy (global::System.Type classToProxy, global::System.IntPtr stub, object stubData)
 
void AttachServer (global::System.MarshalByRefObject s)
 

Package Functions

 RealProxy (global::System.Type classToProxy, ClientIdentity identity)
 
virtual object InternalGetTransparentProxy (string className)
 
void SetTargetDomain (int domainId)
 
object GetAppDomainTarget ()
 

Static Package Functions

static object PrivateInvoke (RealProxy rp, global::System.Runtime.Remoting.Messaging.IMessage msg, out global::System.Exception exc, out object[] out_args)
 

Package Attributes

global::System.Runtime.Remoting.Contexts.Context _targetContext
 
global::System.MarshalByRefObject _server
 
string _targetUri
 
Identity _objectIdentity
 

Properties

Identity ObjectIdentity [get, set]
 

Private Member Functions

static global::System.Type InternalGetProxyType (object transparentProxy)
 

Static Private Member Functions

static object[] ProcessResponse (global::System.Runtime.Remoting.Messaging.IMethodReturnMessage mrm, global::System.Runtime.Remoting.Messaging.MonoMethodMessage call)
 

Private Attributes

global::System.Type class_to_proxy
 
int _targetDomainId
 
object _objTP
 
object _stubData
 

Detailed Description

Definition at line 17 of file RealProxy.cs.


The documentation for this class was generated from the following file: