terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
Type | GetProxiedType () |
virtual void | GetObjectData (SerializationInfo info, StreamingContext context) |
IMessage | Invoke (IMessage msg) |
virtual object | GetTransparentProxy () |
Protected Member Functions | |
RealProxy () | |
RealProxy (Type classToProxy) | |
RealProxy (Type classToProxy, IntPtr stub, object stubData) | |
void | AttachServer (MarshalByRefObject s) |
Package Functions | |
RealProxy (Type classToProxy, ClientIdentity identity) | |
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 | |
Identity | ObjectIdentity [get, set] |
Static Private Member Functions | |
static Type | InternalGetProxyType (object transparentProxy) |
static object[] | ProcessResponse (IMethodReturnMessage mrm, MonoMethodMessage call) |
Private Attributes | |
Type | class_to_proxy |
int | _targetDomainId |
object | _objTP |
object | _stubData |
Definition at line 13 of file RealProxy.cs.