Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
EventChannelAttribute.cs
Go to the documentation of this file.
1
namespace
System.Diagnostics.Tracing
;
2
3
[AttributeUsage(
AttributeTargets
.Field)]
4
internal
class
EventChannelAttribute
:
Attribute
5
{
6
public
bool
Enabled
{
get
;
set
; }
7
8
public
EventChannelType
EventChannelType
{
get
;
set
; }
9
}
System.Attribute
Definition
Attribute.cs:12
System.Diagnostics.Tracing.EventChannelAttribute.Enabled
bool Enabled
Definition
EventChannelAttribute.cs:6
System.Diagnostics.Tracing.EventChannelAttribute
Definition
EventChannelAttribute.cs:5
System.Diagnostics.Tracing.EventChannelType
EventChannelType
Definition
EventChannelType.cs:4
System.Diagnostics.Tracing
Definition
ActivityTracker.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.Private.CoreLib
System.Diagnostics.Tracing
EventChannelAttribute.cs
Generated by
1.10.0