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

◆ AsyncObjectProcessMessage()

override IMessageCtrl System.Runtime.Remoting.SingleCallIdentity.AsyncObjectProcessMessage ( IMessage msg,
IMessageSink replySink )
inline

Definition at line 45 of file SingleCallIdentity.cs.

46 {
47 Type objectType = this._objectType;
48 int num = 1;
49 object obj = Activator.CreateInstance(objectType, num != 0);
50 if (obj != null)
51 {
52 }
53 Context context = this._context;
54 if (obj != null && obj != null && obj == null)
55 {
56 throw new InvalidCastException();
57 }
58 throw new InvalidCastException();
59 }
static object CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, object[] args, CultureInfo culture)
Definition Activator.cs:15

References System.Runtime.Remoting.ServerIdentity._context, System.Runtime.Remoting.ServerIdentity._objectType, System.Activator.CreateInstance(), and System.obj.