using System;
using System.Collections.ObjectModel;
using System.Runtime.CompilerServices;
using Cpp2IlInjected;
namespace System.Diagnostics.Tracing
{
/// Provides data for the callback.
// Token: 0x020006AE RID: 1710
[Token(Token = "0x20006AE")]
public class EventWrittenEventArgs : EventArgs
{
/// Gets the name of the event.
/// The name of the event.
// Token: 0x1700081D RID: 2077
// (set) Token: 0x060033C4 RID: 13252 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700081D")]
internal string EventName
{
[Token(Token = "0x60033C4")]
[Address(RVA = "0x41CFF0", Offset = "0x41BFF0", VA = "0x18041CFF0")]
set
{
}
}
/// Gets the event identifier.
/// The event identifier.
// Token: 0x1700081E RID: 2078
// (set) Token: 0x060033C5 RID: 13253 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700081E")]
internal int EventId
{
[Token(Token = "0x60033C5")]
[Address(RVA = "0x470D10", Offset = "0x46FD10", VA = "0x180470D10")]
[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: 0x1700081F RID: 2079
// (set) Token: 0x060033C6 RID: 13254 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700081F")]
internal Guid RelatedActivityId
{
[Token(Token = "0x60033C6")]
[Address(RVA = "0x722E40", Offset = "0x721E40", VA = "0x180722E40")]
[CompilerGenerated]
set
{
}
}
/// Gets the payload for the event.
/// The payload for the event.
// Token: 0x17000820 RID: 2080
// (set) Token: 0x060033C7 RID: 13255 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000820")]
internal ReadOnlyCollection