Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Opcode
EventOpcode
System.Diagnostics.Tracing.EventWrittenEventArgs.Opcode
get
set
Definition at line
115
of file
EventWrittenEventArgs.cs
.
116
{
117
get
118
{
119
if
(
EventId
> 0)
120
{
121
return
(EventOpcode)Metadata.Descriptor.Opcode;
122
}
123
return
_moreInfo
?.
Opcode
?? EventOpcode.Info;
124
}
125
internal
set
126
{
127
MoreInfo.Opcode =
value
;
128
}
129
}
System.Diagnostics.Tracing.EventWrittenEventArgs.MoreEventInfo.Opcode
EventOpcode Opcode
Definition
EventWrittenEventArgs.cs:22
System.Diagnostics.Tracing.EventWrittenEventArgs.EventId
int EventId
Definition
EventWrittenEventArgs.cs:58
System.Diagnostics.Tracing.EventWrittenEventArgs._moreInfo
MoreEventInfo _moreInfo
Definition
EventWrittenEventArgs.cs:33
System.ExceptionArgument.value
@ value
System
Diagnostics
Tracing
EventWrittenEventArgs
Generated by
1.10.0