Skip to content

Commit 1cde2a3

Browse files
committed
Expose EventWrittenEventArgs.OSThreadId and EventWrittenEventArgs.TimeStamp in the System.Diagnostics.Tracing contract. (dotnet#31564)
1 parent ae8c1e9 commit 1cde2a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/System.Diagnostics.Tracing/ref/System.Diagnostics.Tracing.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,8 @@ internal EventWrittenEventArgs() { }
294294
public System.Diagnostics.Tracing.EventTags Tags { get { throw null; } }
295295
public System.Diagnostics.Tracing.EventTask Task { get { throw null; } }
296296
public byte Version { get { throw null; } }
297+
public long OSThreadId { get { throw null; } }
298+
public DateTime TimeStamp { get { throw null; } }
297299
}
298300
[System.AttributeUsageAttribute((System.AttributeTargets)(64))]
299301
public sealed partial class NonEventAttribute : System.Attribute

0 commit comments

Comments
 (0)