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
InfoBoxAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
using
System.Runtime.InteropServices
;
4
5
namespace
NaughtyAttributes
6
{
7
// Token: 0x0200001B RID: 27
8
[
AttributeUsage
(
AttributeTargets
.Field, AllowMultiple =
true
, Inherited =
true
)]
9
public
class
InfoBoxAttribute
:
MetaAttribute
10
{
11
// Token: 0x17000017 RID: 23
12
// (get) Token: 0x0600004C RID: 76 RVA: 0x0000270C File Offset: 0x0000090C
13
// (set) Token: 0x0600004D RID: 77 RVA: 0x00002720 File Offset: 0x00000920
14
public
string
Text
15
{
16
[
CompilerGenerated
]
17
get
18
{
19
return
this.<Text>
k__BackingField
;
20
}
21
[
CompilerGenerated
]
22
private
set
23
{
24
this.<Text>
k__BackingField
=
value
;
25
}
26
}
27
28
// Token: 0x17000018 RID: 24
29
// (get) Token: 0x0600004E RID: 78 RVA: 0x00002734 File Offset: 0x00000934
30
// (set) Token: 0x0600004F RID: 79 RVA: 0x00002748 File Offset: 0x00000948
31
public
InfoBoxType
Type
32
{
33
[
CompilerGenerated
]
34
get
35
{
36
return
this.<
Type
>
k__BackingField
;
37
}
38
[
CompilerGenerated
]
39
private
set
40
{
41
this.<
Type
>
k__BackingField
=
value
;
42
}
43
}
44
45
// Token: 0x17000019 RID: 25
46
// (get) Token: 0x06000050 RID: 80 RVA: 0x0000275C File Offset: 0x0000095C
47
// (set) Token: 0x06000051 RID: 81 RVA: 0x00002770 File Offset: 0x00000970
48
public
string
VisibleIf
49
{
50
[
CompilerGenerated
]
51
get
52
{
53
return
this.<
VisibleIf
>
k__BackingField
;
54
}
55
[
CompilerGenerated
]
56
private
set
57
{
58
this.<
VisibleIf
>
k__BackingField
=
value
;
59
}
60
}
61
62
// Token: 0x06000052 RID: 82 RVA: 0x00002784 File Offset: 0x00000984
63
public
InfoBoxAttribute
(
string
text
,
InfoBoxType
type =
InfoBoxType
.Normal, [Optional]
string
visibleIf
)
64
{
65
this.Text
=
text
;
66
this.Type
= type;
67
this.VisibleIf
=
visibleIf
;
68
}
69
70
// Token: 0x06000053 RID: 83 RVA: 0x000027AC File Offset: 0x000009AC
71
public
InfoBoxAttribute
(
string
text
,
string
visibleIf
)
72
{
73
this.Text
=
text
;
74
this.VisibleIf
=
visibleIf
;
75
}
76
77
// Token: 0x04000025 RID: 37
78
[
CompilerGenerated
]
79
private
string <Text>
k__BackingField
;
80
81
// Token: 0x04000026 RID: 38
82
[
CompilerGenerated
]
83
private
InfoBoxType <Type>
k__BackingField
;
84
85
// Token: 0x04000027 RID: 39
86
[
CompilerGenerated
]
87
private
string <VisibleIf>
k__BackingField
;
88
}
89
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
NaughtyAttributes.InfoBoxAttribute.InfoBoxAttribute
InfoBoxAttribute(string text, string visibleIf)
Definition
InfoBoxAttribute.cs:71
NaughtyAttributes.InfoBoxAttribute.k__BackingField
string< VisibleIf > k__BackingField
Definition
InfoBoxAttribute.cs:87
NaughtyAttributes.InfoBoxAttribute.InfoBoxAttribute
InfoBoxAttribute(string text, InfoBoxType type=InfoBoxType.Normal, [Optional] string visibleIf)
Definition
InfoBoxAttribute.cs:63
NaughtyAttributes.InfoBoxAttribute.k__BackingField
string< Text > k__BackingField
Definition
InfoBoxAttribute.cs:79
NaughtyAttributes.InfoBoxAttribute.VisibleIf
string VisibleIf
Definition
InfoBoxAttribute.cs:49
NaughtyAttributes.InfoBoxAttribute.k__BackingField
InfoBoxType< Type > k__BackingField
Definition
InfoBoxAttribute.cs:83
NaughtyAttributes.InfoBoxAttribute
Definition
InfoBoxAttribute.cs:10
NaughtyAttributes.MetaAttribute
Definition
MetaAttribute.cs:8
System.Type
Definition
Type.cs:12
NaughtyAttributes.InfoBoxType
InfoBoxType
Definition
InfoBoxType.cs:7
NaughtyAttributes
Definition
BoxGroupAttribute.cs:5
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.ExceptionArgument.text
@ text
System.ExceptionArgument.value
@ value
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
NaughtyAttributes.Core
NaughtyAttributes
InfoBoxAttribute.cs
Generated by
1.10.0