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
NativeClassAttribute.cs
Go to the documentation of this file.
1using System;
7
8namespace UnityEngine
9{
10 [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct, Inherited = false)]
12 [global::Cpp2ILInjected.Token(Token = "0x2000006")]
13 internal sealed class NativeClassAttribute : Attribute
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x17000001")]
16 private string QualifiedNativeName
17 {
19 [global::Cpp2ILInjected.Token(Token = "0x6000005")]
20 [global::Cpp2ILInjected.Address(RVA = "0x1FA39A0", Offset = "0x1FA39A0", Length = "0x8")]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 set
23 {
24 throw null;
25 }
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x17000002")]
29 private string Declaration
30 {
32 [global::Cpp2ILInjected.Token(Token = "0x6000006")]
33 [global::Cpp2ILInjected.Address(RVA = "0x1FA39A8", Offset = "0x1FA39A8", Length = "0x8")]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
35 set
36 {
37 throw null;
38 }
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x6000007")]
42 [global::Cpp2ILInjected.Address(RVA = "0x1FA39B0", Offset = "0x1FA39B0", Length = "0x70")]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
46 {
47 typeof(string),
48 typeof(string)
49 }, ReturnType = typeof(string))]
50 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
52 {
53 throw null;
54 }
55
56 [global::Cpp2ILInjected.Token(Token = "0x6000008")]
57 [global::Cpp2ILInjected.Address(RVA = "0x1FA3A20", Offset = "0x1FA3A20", Length = "0x2C")]
58 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
61 {
62 throw null;
63 }
64
67 [global::Cpp2ILInjected.Token(Token = "0x4000003")]
68 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
69 private string <QualifiedNativeName>k__BackingField;
70
73 [global::Cpp2ILInjected.Token(Token = "0x4000004")]
74 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
75 private string <Declaration>k__BackingField;
76 }
77}
class f__AnonymousType0<< Count > j__TPar
NativeClassAttribute(string qualifiedCppName, string declaration)
NativeClassAttribute(string qualifiedCppName)
string< QualifiedNativeName > k__BackingField