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

◆ RuntimeMethodHandle() [2/2]

System.RuntimeMethodHandle.RuntimeMethodHandle ( SerializationInfo info,
StreamingContext context )
inlineprivate

Definition at line 22 of file RuntimeMethodHandle.cs.

23 {
24 if (info != null)
25 {
26 Type type;
27 object obj = info.GetValue("MethodObj", type);
29 return;
30 }
31 }
class f__AnonymousType0<< Count > j__TPar

References System.info, j__TPar, and System.obj.