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
DllImportAttribute.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x02000449 RID: 1097
8 [ComVisible(true)]
9 [AttributeUsage(AttributeTargets.Method, Inherited = false)]
10 public sealed class DllImportAttribute : Attribute
11 {
12 // Token: 0x06002173 RID: 8563 RVA: 0x0004C124 File Offset: 0x0004A324
14 {
15 }
16
17 // Token: 0x06002174 RID: 8564 RVA: 0x0000207A File Offset: 0x0000027A
18 internal static bool IsDefined(RuntimeMethodInfo method)
19 {
20 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
21 }
22
23 // Token: 0x06002175 RID: 8565 RVA: 0x0004C134 File Offset: 0x0004A334
31
32 // Token: 0x06002176 RID: 8566 RVA: 0x0004C164 File Offset: 0x0004A364
34 {
36 }
37
38 // Token: 0x17000457 RID: 1111
39 // (get) Token: 0x06002177 RID: 8567 RVA: 0x0004C180 File Offset: 0x0004A380
40 public string Value
41 {
42 get
43 {
44 return this._val;
45 }
46 }
47
48 // Token: 0x04001267 RID: 4711
49 internal string _val;
50
51 // Token: 0x04001268 RID: 4712
52 public string EntryPoint;
53
54 // Token: 0x04001269 RID: 4713
56
57 // Token: 0x0400126A RID: 4714
58 public bool SetLastError;
59
60 // Token: 0x0400126B RID: 4715
61 public bool ExactSpelling;
62
63 // Token: 0x0400126C RID: 4716
64 public bool PreserveSig;
65
66 // Token: 0x0400126D RID: 4717
68
69 // Token: 0x0400126E RID: 4718
70 public bool BestFitMapping;
71
72 // Token: 0x0400126F RID: 4719
74 }
75}
class f__AnonymousType0<< Count > j__TPar
static Attribute GetCustomAttribute(RuntimeMethodInfo method)
static bool IsDefined(RuntimeMethodInfo method)
DllImportAttribute(string dllName, string entryPoint, CharSet charSet, bool exactSpelling, bool setLastError, bool preserveSig, CallingConvention callingConvention, bool bestFitMapping, bool throwOnUnmappableChar)