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 | |
override void | GetObjectData (SerializationInfo info, StreamingContext context) |
object | GetArg (int argNum) |
virtual void | Init () |
void | ResolveMethod () |
Protected Attributes | |
IDictionary | ExternalProperties |
IDictionary | InternalProperties |
Package Functions | |
ConstructionCall (Type type) | |
ConstructionCall (SerializationInfo info, 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] |
Type | ActivationType [get] |
string | ActivationTypeName [get] |
IActivator | Activator [get, set] |
object[] | CallSiteActivationAttributes [get] |
IList | ContextProperties [get] |
override IDictionary | Properties [get] |
RemotingProxy | SourceProxy [get, set] |
int | ArgCount [get] |
object[] | Args [get] |
LogicalCallContext | LogicalCallContext [get] |
MethodBase | MethodBase [get] |
string | MethodName [get] |
object | MethodSignature [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 | |
IActivator | _activator |
object[] | _activationAttributes |
IList | _contextProperties |
Type | _activationType |
string | _activationTypeName |
bool | _isContextOk |
RemotingProxy | _sourceProxy |
string | _uri |
string | _typeName |
string | _methodName |
object[] | _args |
Type[] | _methodSignature |
MethodBase | _methodBase |
LogicalCallContext | _callContext |
Identity | _targetIdentity |
Type[] | _genericArguments |
Definition at line 14 of file ConstructionCall.cs.