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
NativeMethodAttribute.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x0200000F RID: 15
11 {
12 // Token: 0x1700000A RID: 10
13 // (set) Token: 0x06000019 RID: 25 RVA: 0x000022AC File Offset: 0x000004AC
14 public string Name
15 {
17 set
18 {
20 }
21 }
22
23 // Token: 0x1700000B RID: 11
24 // (set) Token: 0x0600001A RID: 26 RVA: 0x000022C0 File Offset: 0x000004C0
25 public bool IsThreadSafe
26 {
28 set
29 {
30 }
31 }
32
33 // Token: 0x1700000C RID: 12
34 // (set) Token: 0x0600001B RID: 27 RVA: 0x000022D0 File Offset: 0x000004D0
35 public bool IsFreeFunction
36 {
38 set
39 {
40 }
41 }
42
43 // Token: 0x1700000D RID: 13
44 // (set) Token: 0x0600001C RID: 28 RVA: 0x000022E0 File Offset: 0x000004E0
45 public bool ThrowsException
46 {
48 set
49 {
50 }
51 }
52
53 // Token: 0x1700000E RID: 14
54 // (set) Token: 0x0600001D RID: 29 RVA: 0x000022F0 File Offset: 0x000004F0
55 public bool HasExplicitThis
56 {
58 set
59 {
60 }
61 }
62
63 // Token: 0x0600001E RID: 30 RVA: 0x00002300 File Offset: 0x00000500
65 {
66 }
67
68 // Token: 0x0600001F RID: 31 RVA: 0x00002314 File Offset: 0x00000514
70 {
71 if (name != null)
72 {
73 bool flag = name == "";
75 return;
76 }
77 }
78
79 // Token: 0x06000020 RID: 32 RVA: 0x00002340 File Offset: 0x00000540
81 {
82 }
83
84 // Token: 0x06000021 RID: 33 RVA: 0x00002350 File Offset: 0x00000550
86 {
87 }
88
89 // Token: 0x0400000C RID: 12
92 private string <Name>k__BackingField;
93
94 // Token: 0x0400000D RID: 13
97 private bool <IsThreadSafe>k__BackingField;
98
99 // Token: 0x0400000E RID: 14
102 private bool <IsFreeFunction>k__BackingField;
103
104 // Token: 0x0400000F RID: 15
107 private bool <ThrowsException>k__BackingField;
108
109 // Token: 0x04000010 RID: 16
112 private bool <HasExplicitThis>k__BackingField;
113 }
114}
class f__AnonymousType0<< Count > j__TPar
NativeMethodAttribute(string name, bool isFreeFunction)
NativeMethodAttribute(string name, bool isFreeFunction, bool isThreadSafe)