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
EventAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
4
namespace
System.Diagnostics.Tracing
5
{
6
// Token: 0x020005D9 RID: 1497
7
[
AttributeUsage
(
AttributeTargets
.Method)]
8
public
sealed
class
EventAttribute
:
Attribute
9
{
10
// Token: 0x06002D7B RID: 11643 RVA: 0x00064AB4 File Offset: 0x00062CB4
11
public
EventAttribute
(
int
eventId
)
12
{
13
this.EventId
=
eventId
;
14
}
15
16
// Token: 0x170006E9 RID: 1769
17
// (set) Token: 0x06002D7C RID: 11644 RVA: 0x00064AD0 File Offset: 0x00062CD0
18
private
int
EventId
19
{
20
[
CompilerGenerated
]
21
set
22
{
23
this.<
EventId
>
k__BackingField
=
value
;
24
}
25
}
26
27
// Token: 0x170006EA RID: 1770
28
// (set) Token: 0x06002D7D RID: 11645 RVA: 0x00064AE4 File Offset: 0x00062CE4
29
public
EventLevel
Level
30
{
31
[
CompilerGenerated
]
32
set
33
{
34
this.<
Level
>
k__BackingField
=
value
;
35
}
36
}
37
38
// Token: 0x170006EB RID: 1771
39
// (set) Token: 0x06002D7E RID: 11646 RVA: 0x00064AF8 File Offset: 0x00062CF8
40
public
EventKeywords
Keywords
41
{
42
[
CompilerGenerated
]
43
set
44
{
45
this.<
Keywords
>
k__BackingField
=
value
;
46
}
47
}
48
49
// Token: 0x170006EC RID: 1772
50
// (set) Token: 0x06002D7F RID: 11647 RVA: 0x00064B0C File Offset: 0x00062D0C
51
public
string
Message
52
{
53
[
CompilerGenerated
]
54
set
55
{
56
this.<
Message
>
k__BackingField
=
value
;
57
}
58
}
59
60
// Token: 0x04001987 RID: 6535
61
[
CompilerGenerated
]
62
private
int <EventId>
k__BackingField
;
63
64
// Token: 0x04001988 RID: 6536
65
[
CompilerGenerated
]
66
private
EventLevel <Level>
k__BackingField
;
67
68
// Token: 0x04001989 RID: 6537
69
[
CompilerGenerated
]
70
private
EventKeywords <Keywords>
k__BackingField
;
71
72
// Token: 0x0400198A RID: 6538
73
[
CompilerGenerated
]
74
private
string <Message>
k__BackingField
;
75
}
76
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.Diagnostics.Tracing.EventAttribute.Keywords
EventKeywords Keywords
Definition
EventAttribute.cs:41
System.Diagnostics.Tracing.EventAttribute.k__BackingField
EventKeywords< Keywords > k__BackingField
Definition
EventAttribute.cs:70
System.Diagnostics.Tracing.EventAttribute.Level
EventLevel Level
Definition
EventAttribute.cs:30
System.Diagnostics.Tracing.EventAttribute.EventId
int EventId
Definition
EventAttribute.cs:19
System.Diagnostics.Tracing.EventAttribute.Message
string Message
Definition
EventAttribute.cs:52
System.Diagnostics.Tracing.EventAttribute.k__BackingField
EventLevel< Level > k__BackingField
Definition
EventAttribute.cs:66
System.Diagnostics.Tracing.EventAttribute.k__BackingField
int< EventId > k__BackingField
Definition
EventAttribute.cs:62
System.Diagnostics.Tracing.EventAttribute.EventAttribute
EventAttribute(int eventId)
Definition
EventAttribute.cs:11
System.Diagnostics.Tracing.EventAttribute.k__BackingField
string< Message > k__BackingField
Definition
EventAttribute.cs:74
System.Diagnostics.Tracing.EventAttribute
Definition
EventAttribute.cs:9
System.Diagnostics.Tracing.EventLevel
EventLevel
Definition
EventLevel.cs:7
System.Diagnostics.Tracing.EventKeywords
EventKeywords
Definition
EventKeywords.cs:8
System.Diagnostics.Tracing
Definition
EventAttribute.cs:5
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.ExceptionArgument.value
@ value
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
mscorlib
System
Diagnostics
Tracing
EventAttribute.cs
Generated by
1.10.0