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

Public Member Functions

 ObjRef ()
 
virtual void GetObjectData (SerializationInfo info, StreamingContext context)
 
virtual object GetRealObject (StreamingContext context)
 

Protected Member Functions

 ObjRef (SerializationInfo info, StreamingContext context)
 

Package Functions

 ObjRef (string uri, IChannelInfo cinfo)
 
ObjRef DeserializeInTheCurrentDomain (int domainId, byte[] tInfo)
 
byte[] SerializeType ()
 
 ObjRef (Type type, string url, object remoteChannelData)
 
void UpdateChannelInfo ()
 

Properties

bool IsReferenceToWellKnow [get]
 
virtual IChannelInfo ChannelInfo [get]
 
virtual IEnvoyInfo EnvoyInfo [get, set]
 
virtual IRemotingTypeInfo TypeInfo [get, set]
 
virtual string URI [get, set]
 
Type ServerType [get]
 

Static Private Member Functions

static ObjRef ()
 

Private Attributes

IChannelInfo channel_info
 
string uri
 
IRemotingTypeInfo typeInfo
 
IEnvoyInfo envoyInfo
 
int flags
 
Type _serverType
 

Static Private Attributes

static int MarshalledObjectRef
 
static int WellKnowObjectRef
 

Detailed Description

Definition at line 12 of file ObjRef.cs.


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