|
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.ConstructionResponse:
Collaboration diagram for System.Runtime.Remoting.Messaging.ConstructionResponse:Public Member Functions | |
| object | GetArg (int argNum) |
| virtual void | GetObjectData (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) |
Protected Attributes | |
| global::System.Collections.IDictionary | ExternalProperties |
| global::System.Collections.IDictionary | InternalProperties |
Package Functions | |
| ConstructionResponse (object resultObject, LogicalCallContext callCtx, IMethodCallMessage msg) | |
| ConstructionResponse (global::System.Exception e, IMethodCallMessage msg) | |
| ConstructionResponse (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) | |
| void | InitMethodProperty (string key, object value) |
Properties | |
| override global::System.Collections.IDictionary | Properties [get, set] |
| int | ArgCount [get, set] |
| object[] | Args [get, set] |
| global::System.Exception | Exception [get, set] |
| LogicalCallContext | LogicalCallContext [get, set] |
| global::System.Reflection.MethodBase | MethodBase [get, set] |
| string | MethodName [get, set] |
| object | MethodSignature [get, set] |
| object[] | OutArgs [get, set] |
| object | ReturnValue [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] |
Private Attributes | |
| string | _methodName |
| string | _uri |
| string | _typeName |
| global::System.Reflection.MethodBase | _methodBase |
| object | _returnValue |
| global::System.Exception | _exception |
| global::System.Type[] | _methodSignature |
| ArgInfo | _inArgInfo |
| object[] | _args |
| object[] | _outArgs |
| IMethodCallMessage | _callMsg |
| LogicalCallContext | _callContext |
| Identity | _targetIdentity |
Definition at line 15 of file ConstructionResponse.cs.