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
|
Public Member Functions | |
override 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 | |
ConstructionCall (global::System.Type type) | |
ConstructionCall (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) | |
override void | InitDictionary () |
void | SetActivationAttributes (object[] attributes) |
override void | InitMethodProperty (string key, object value) |
void | CopyFrom (IMethodMessage call) |
Properties | |
bool | IsContextOk [get, set] |
global::System.Type | ActivationType [get, set] |
string | ActivationTypeName [get, set] |
global::System.Runtime.Remoting.Activation.IActivator | Activator [get, set] |
object[] | CallSiteActivationAttributes [get, set] |
global::System.Collections.IList | ContextProperties [get, set] |
override global::System.Collections.IDictionary | Properties [get, set] |
global::System.Runtime.Remoting.Proxies.RemotingProxy | SourceProxy [get, set] |
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] |
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 | |
global::System.Runtime.Remoting.Activation.IActivator | _activator |
object[] | _activationAttributes |
global::System.Collections.IList | _contextProperties |
global::System.Type | _activationType |
string | _activationTypeName |
bool | _isContextOk |
global::System.Runtime.Remoting.Proxies.RemotingProxy | _sourceProxy |
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 ConstructionCall.cs.