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

Public Member Functions

 Identity (string objectUri)
 
ObjRef CreateObjRef (global::System.Type requestedType)
 
void NotifyClientDynamicSinks (bool start, global::System.Runtime.Remoting.Messaging.IMessage req_msg, bool client_site, bool async)
 
void NotifyServerDynamicSinks (bool start, global::System.Runtime.Remoting.Messaging.IMessage req_msg, bool client_site, bool async)
 

Protected Attributes

string _objectUri
 
global::System.Runtime.Remoting.Messaging.IMessageSink _channelSink
 
global::System.Runtime.Remoting.Messaging.IMessageSink _envoySink
 
ObjRef _objRef
 

Properties

global::System.Runtime.Remoting.Messaging.IMessageSink ChannelSink [get, set]
 
global::System.Runtime.Remoting.Messaging.IMessageSink EnvoySink [get, set]
 
string ObjectUri [get, set]
 
bool IsConnected [get, set]
 
bool Disposed [get, set]
 
global::System.Runtime.Remoting.Contexts.DynamicPropertyCollection ClientDynamicProperties [get, set]
 
bool HasServerDynamicSinks [get, set]
 

Private Attributes

global::System.Runtime.Remoting.Contexts.DynamicPropertyCollection _clientDynamicProperties
 
global::System.Runtime.Remoting.Contexts.DynamicPropertyCollection _serverDynamicProperties
 
bool _disposed
 

Detailed Description

Definition at line 11 of file Identity.cs.


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