using System;
using System.Collections.ObjectModel;
using System.Runtime.CompilerServices;
using Cpp2IlInjected;
namespace System.Diagnostics.Tracing
{
/// Provides data for the callback.
// Token: 0x0200068D RID: 1677
[Token(Token = "0x200068D")]
public class EventWrittenEventArgs : EventArgs
{
/// Gets the name of the event.
/// The name of the event.
// Token: 0x170007A5 RID: 1957
// (set) Token: 0x060031A9 RID: 12713 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x170007A5")]
internal string EventName
{
[Token(Token = "0x60031A9")]
[Address(RVA = "0x5329E0", Offset = "0x5317E0", VA = "0x1805329E0")]
set
{
}
}
/// Gets the event identifier.
/// The event identifier.
// Token: 0x170007A6 RID: 1958
// (set) Token: 0x060031AA RID: 12714 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x170007A6")]
internal int EventId
{
[Token(Token = "0x60031AA")]
[Address(RVA = "0x536480", Offset = "0x535280", VA = "0x180536480")]
[CompilerGenerated]
set
{
}
}
/// Gets the identifier of an activity that is related to the activity represented by the current instance.
/// The identifier of the related activity, or if there is no related activity.
// Token: 0x170007A7 RID: 1959
// (set) Token: 0x060031AB RID: 12715 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x170007A7")]
internal Guid RelatedActivityId
{
[Token(Token = "0x60031AB")]
[Address(RVA = "0x11C0C10", Offset = "0x11BFA10", VA = "0x1811C0C10")]
[CompilerGenerated]
set
{
}
}
/// Gets the payload for the event.
/// The payload for the event.
// Token: 0x170007A8 RID: 1960
// (set) Token: 0x060031AC RID: 12716 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x170007A8")]
internal ReadOnlyCollection