Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
EventDataAttribute.cs
Go to the documentation of this file.
1
namespace
System.Diagnostics.Tracing
;
2
3
[AttributeUsage(
AttributeTargets
.Class |
AttributeTargets
.Struct, Inherited =
false
)]
4
public
class
EventDataAttribute
:
Attribute
5
{
6
private
EventLevel
level
= (
EventLevel
)(-1);
7
8
private
EventOpcode
opcode
= (
EventOpcode
)(-1);
9
10
public
string
?
Name
{
get
;
set
; }
11
12
internal
EventLevel
Level
=>
level
;
13
14
internal
EventOpcode
Opcode
=>
opcode
;
15
16
internal
EventKeywords
Keywords
{
get
; }
17
18
internal
EventTags
Tags
{
get
; }
19
}
System.Attribute
Definition
Attribute.cs:12
System.Diagnostics.Tracing.EventDataAttribute.Opcode
EventOpcode Opcode
Definition
EventDataAttribute.cs:14
System.Diagnostics.Tracing.EventDataAttribute.level
EventLevel level
Definition
EventDataAttribute.cs:6
System.Diagnostics.Tracing.EventDataAttribute.Level
EventLevel Level
Definition
EventDataAttribute.cs:12
System.Diagnostics.Tracing.EventDataAttribute.Keywords
EventKeywords Keywords
Definition
EventDataAttribute.cs:16
System.Diagnostics.Tracing.EventDataAttribute.Tags
EventTags Tags
Definition
EventDataAttribute.cs:18
System.Diagnostics.Tracing.EventDataAttribute.opcode
EventOpcode opcode
Definition
EventDataAttribute.cs:8
System.Diagnostics.Tracing.EventDataAttribute.Name
string? Name
Definition
EventDataAttribute.cs:10
System.Diagnostics.Tracing.EventDataAttribute
Definition
EventDataAttribute.cs:5
System.Diagnostics.Tracing.EventOpcode
EventOpcode
Definition
EventOpcode.cs:4
System.Diagnostics.Tracing.EventLevel
EventLevel
Definition
EventLevel.cs:4
System.Diagnostics.Tracing.EventKeywords
EventKeywords
Definition
EventKeywords.cs:5
System.Diagnostics.Tracing.EventTags
EventTags
Definition
EventTags.cs:5
System.Diagnostics.Tracing
Definition
ActivityTracker.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Diagnostics.Tracing
EventDataAttribute.cs
Generated by
1.10.0