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

Public Member Functions

 Identity (string objectUri)
 
ObjRef CreateObjRef (Type requestedType)
 
void NotifyClientDynamicSinks (bool start, IMessage req_msg, bool client_site, bool async)
 
void NotifyServerDynamicSinks (bool start, IMessage req_msg, bool client_site, bool async)
 

Protected Attributes

string _objectUri
 
IMessageSink _channelSink
 
IMessageSink _envoySink
 
ObjRef _objRef
 

Properties

IMessageSink ChannelSink [get, set]
 
IMessageSink EnvoySink [get]
 
string ObjectUri [get, set]
 
bool IsConnected [get]
 
bool Disposed [get, set]
 
DynamicPropertyCollection ClientDynamicProperties [get]
 
bool HasServerDynamicSinks [get]
 

Private Attributes

DynamicPropertyCollection _clientDynamicProperties
 
DynamicPropertyCollection _serverDynamicProperties
 
bool _disposed
 

Detailed Description

Definition at line 8 of file Identity.cs.


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