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

◆ SetMethodProperty()

override void System.Runtime.Remoting.Messaging.ConstructionCallDictionary.SetMethodProperty ( string key,
object value )
inlineprotectedvirtual

Reimplemented from System.Runtime.Remoting.Messaging.MessageDictionary.

Definition at line 72 of file ConstructionCallDictionary.cs.

73 {
74 bool flag = key == "__Activator";
75 IMethodMessage message = this._message;
76 if (message == null || message == null)
77 {
78 throw new InvalidCastException();
79 }
80 if (value != null && value == null)
81 {
82 throw new InvalidCastException();
83 }
84 }

References System.Runtime.Remoting.Messaging.MessageDictionary._message, System.key, and System.value.