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
DllImportAttribute.cs
Go to the documentation of this file.
1using System;
5
7{
8 [ComVisible(true)]
9 [global::System.AttributeUsage(global::System.AttributeTargets.Method, Inherited = false)]
10 [global::Cpp2ILInjected.Token(Token = "0x2000449")]
11 public sealed class DllImportAttribute : global::System.Attribute
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6002173")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1B701B8", Offset = "0x1B701B8", Length = "0x1A8")]
15 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.RuntimeMethodInfo), Member = "GetPseudoCustomAttributes", ReturnType = typeof(object[]))]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Reflection.RuntimeMethodInfo), Member = "GetPInvoke", MemberParameters = new object[]
19 {
20 typeof(ref global::System.Reflection.PInvokeAttributes),
21 typeof(ref string),
22 typeof(ref string)
23 }, ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Attribute), Member = ".ctor", ReturnType = typeof(void))]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
26 internal static global::System.Attribute GetCustomAttribute(global::System.Reflection.RuntimeMethodInfo method)
27 {
28 throw null;
29 }
30
31 [global::Cpp2ILInjected.Token(Token = "0x6002174")]
32 [global::Cpp2ILInjected.Address(RVA = "0x1B703EC", Offset = "0x1B703EC", Length = "0x20")]
33 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
35 internal static bool IsDefined(global::System.Reflection.RuntimeMethodInfo method)
36 {
37 throw null;
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x6002175")]
41 [global::Cpp2ILInjected.Address(RVA = "0x1B70360", Offset = "0x1B70360", Length = "0x8C")]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Attribute), Member = ".ctor", ReturnType = typeof(void))]
48
49 [global::Cpp2ILInjected.Token(Token = "0x6002176")]
50 [global::Cpp2ILInjected.Address(RVA = "0x1B7040C", Offset = "0x1B7040C", Length = "0x28")]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Attribute), Member = ".ctor", ReturnType = typeof(void))]
54 {
55 throw null;
56 }
57
58 [global::Cpp2ILInjected.Token(Token = "0x17000457")]
59 public string Value
60 {
61 [global::Cpp2ILInjected.Token(Token = "0x6002177")]
62 [global::Cpp2ILInjected.Address(RVA = "0x1B70434", Offset = "0x1B70434", Length = "0x8")]
63 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
64 get
65 {
66 throw null;
67 }
68 }
69
70 [global::Cpp2ILInjected.Token(Token = "0x4001267")]
71 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
72 internal string _val;
73
74 [global::Cpp2ILInjected.Token(Token = "0x4001268")]
75 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
76 public string EntryPoint;
77
78 [global::Cpp2ILInjected.Token(Token = "0x4001269")]
79 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
81
82 [global::Cpp2ILInjected.Token(Token = "0x400126A")]
83 [global::Cpp2ILInjected.FieldOffset(Offset = "0x24")]
84 public bool SetLastError;
85
86 [global::Cpp2ILInjected.Token(Token = "0x400126B")]
87 [global::Cpp2ILInjected.FieldOffset(Offset = "0x25")]
88 public bool ExactSpelling;
89
90 [global::Cpp2ILInjected.Token(Token = "0x400126C")]
91 [global::Cpp2ILInjected.FieldOffset(Offset = "0x26")]
92 public bool PreserveSig;
93
94 [global::Cpp2ILInjected.Token(Token = "0x400126D")]
95 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
97
98 [global::Cpp2ILInjected.Token(Token = "0x400126E")]
99 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2C")]
100 public bool BestFitMapping;
101
102 [global::Cpp2ILInjected.Token(Token = "0x400126F")]
103 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2D")]
105 }
106}
class f__AnonymousType0<< Count > j__TPar
static global::System.Attribute GetCustomAttribute(global::System.Reflection.RuntimeMethodInfo method)
static bool IsDefined(global::System.Reflection.RuntimeMethodInfo method)
DllImportAttribute(string dllName, string entryPoint, CharSet charSet, bool exactSpelling, bool setLastError, bool preserveSig, CallingConvention callingConvention, bool bestFitMapping, bool throwOnUnmappableChar)