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

Public Member Functions

virtual void GetObjectData (SerializationInfo info, StreamingContext context)
 
object GetArg (int argNum)
 
virtual void Init ()
 
void ResolveMethod ()
 

Protected Attributes

IDictionary ExternalProperties
 
IDictionary InternalProperties
 

Package Functions

 MethodCall (SerializationInfo info, StreamingContext context)
 
 MethodCall (CADMethodCallMessage msg)
 
 MethodCall ()
 
void CopyFrom (IMethodMessage call)
 
virtual void InitMethodProperty (string key, object value)
 
virtual void InitDictionary ()
 

Properties

int ArgCount [get]
 
object[] Args [get]
 
LogicalCallContext LogicalCallContext [get]
 
MethodBase MethodBase [get]
 
string MethodName [get]
 
object MethodSignature [get]
 
virtual IDictionary Properties [get]
 
string TypeName [get]
 
string Uri [get, set]
 
string IInternalMessage. Uri [get, set]
 
Identity IInternalMessage. TargetIdentity [get, set]
 
Type[] GenericArguments [get]
 

Private Member Functions

Type CastTo (string clientType, Type serverType)
 

Static Private Member Functions

static string GetTypeNameFromAssemblyQualifiedName (string aqname)
 

Private Attributes

string _uri
 
string _typeName
 
string _methodName
 
object[] _args
 
Type[] _methodSignature
 
MethodBase _methodBase
 
LogicalCallContext _callContext
 
Identity _targetIdentity
 
Type[] _genericArguments
 

Detailed Description

Definition at line 14 of file MethodCall.cs.


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