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
Loading...
Searching...
No Matches
ArgInfo.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000399")]
9 internal class ArgInfo
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6001DA7")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1B44744", Offset = "0x1B44744", Length = "0x154")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MethodResponse), Member = "get_OutArgs", ReturnType = typeof(object[]))]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReturnMessage), Member = "get_OutArgs", ReturnType = typeof(object[]))]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Type), Member = "get_IsByRef", ReturnType = typeof(bool))]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.ParameterInfo), Member = "get_IsOut", ReturnType = typeof(bool))]
20 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
21 public ArgInfo(global::System.Reflection.MethodBase method, ArgInfoType type)
22 {
23 throw null;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x6001DA8")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1B44898", Offset = "0x1B44898", Length = "0xC8")]
28 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MethodResponse), Member = "get_OutArgs", ReturnType = typeof(object[]))]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReturnMessage), Member = "get_OutArgs", ReturnType = typeof(object[]))]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
32 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
33 public object[] GetInOutArgs(object[] args)
34 {
35 throw null;
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x4000EF1")]
39 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
40 private int[] _paramMap;
41
42 [global::Cpp2ILInjected.Token(Token = "0x4000EF2")]
43 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
44 private int _inoutArgCount;
45
46 [global::Cpp2ILInjected.Token(Token = "0x4000EF3")]
47 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
48 private global::System.Reflection.MethodBase _method;
49 }
50}
class f__AnonymousType0<< Count > j__TPar
ArgInfo(global::System.Reflection.MethodBase method, ArgInfoType type)
Definition ArgInfo.cs:21
object[] GetInOutArgs(object[] args)
Definition ArgInfo.cs:33
global::System.Reflection.MethodBase _method
Definition ArgInfo.cs:48