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
System.Runtime.Remoting.Proxies.RemotingProxy Class Reference
+ Inheritance diagram for System.Runtime.Remoting.Proxies.RemotingProxy:

Public Member Functions

override IMessage Invoke (IMessage request)
 
bool CanCastTo (Type fromType, object o)
 
Type GetProxiedType ()
 
virtual void GetObjectData (SerializationInfo info, StreamingContext context)
 
virtual object GetTransparentProxy ()
 

Protected Member Functions

override void Finalize ()
 
void AttachServer (MarshalByRefObject s)
 

Package Functions

 RemotingProxy (Type type, ClientIdentity identity)
 
 RemotingProxy (Type type, string activationUrl, object[] activationAttributes)
 
void AttachIdentity (Identity identity)
 
IMessage ActivateRemoteObject (IMethodMessage request)
 
virtual object InternalGetTransparentProxy (string className)
 
void SetTargetDomain (int domainId)
 
object GetAppDomainTarget ()
 

Static Package Functions

static object PrivateInvoke (RealProxy rp, IMessage msg, [Out] Exception exc, [Out] object[] out_args)
 

Package Attributes

Context _targetContext
 
MarshalByRefObject _server
 
string _targetUri
 
Identity _objectIdentity
 

Properties

string TypeName [get]
 
Identity ObjectIdentity [get, set]
 

Static Private Member Functions

static RemotingProxy ()
 
static Type InternalGetProxyType (object transparentProxy)
 
static object[] ProcessResponse (IMethodReturnMessage mrm, MonoMethodMessage call)
 

Private Attributes

IMessageSink _sink
 
bool _hasEnvoySink
 
ConstructionCall _ctorCall
 
Type class_to_proxy
 
int _targetDomainId
 
object _objTP
 
object _stubData
 

Static Private Attributes

static MethodInfo _cache_GetTypeMethod
 
static MethodInfo _cache_GetHashCodeMethod
 

Detailed Description

Definition at line 10 of file RemotingProxy.cs.


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