|
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
|
Inheritance diagram for System.Runtime.Remoting.Messaging.MethodCall:
Collaboration diagram for System.Runtime.Remoting.Messaging.MethodCall:Public Member Functions | |
| virtual void | GetObjectData (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) |
| object | GetArg (int argNum) |
| virtual void | Init () |
| void | ResolveMethod () |
Protected Attributes | |
| global::System.Collections.IDictionary | ExternalProperties |
| global::System.Collections.IDictionary | InternalProperties |
Package Functions | |
| MethodCall (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) | |
| MethodCall (CADMethodCallMessage msg) | |
| MethodCall () | |
| void | CopyFrom (IMethodMessage call) |
| virtual void | InitMethodProperty (string key, object value) |
| virtual void | InitDictionary () |
Properties | |
| int | ArgCount [get, set] |
| object[] | Args [get, set] |
| LogicalCallContext | LogicalCallContext [get, set] |
| global::System.Reflection.MethodBase | MethodBase [get, set] |
| string | MethodName [get, set] |
| object | MethodSignature [get, set] |
| virtual global::System.Collections.IDictionary | Properties [get, set] |
| string | TypeName [get, set] |
| string | Uri [get, set] |
| string System.Runtime.Remoting.Messaging.IInternalMessage. | Uri [get, set] |
| Identity System.Runtime.Remoting.Messaging.IInternalMessage. | TargetIdentity [get, set] |
| global::System.Type[] | GenericArguments [get, set] |
Private Member Functions | |
| global::System.Type | CastTo (string clientType, global::System.Type serverType) |
Static Private Member Functions | |
| static string | GetTypeNameFromAssemblyQualifiedName (string aqname) |
Private Attributes | |
| string | _uri |
| string | _typeName |
| string | _methodName |
| object[] | _args |
| global::System.Type[] | _methodSignature |
| global::System.Reflection.MethodBase | _methodBase |
| LogicalCallContext | _callContext |
| Identity | _targetIdentity |
| global::System.Type[] | _genericArguments |
Definition at line 16 of file MethodCall.cs.