Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit c8c882c

Browse files
authored
Expose EventWrittenEventArgs.OSThreadId and EventWrittenEventArgs.TimeStamp in the System.Diagnostics.Tracing contract. (#31564)
1 parent eedddac commit c8c882c

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
@@ -286,6 +286,8 @@ internal EventWrittenEventArgs() { }
286286
public System.Diagnostics.Tracing.EventTags Tags { get { throw null; } }
287287
public System.Diagnostics.Tracing.EventTask Task { get { throw null; } }
288288
public byte Version { get { throw null; } }
289+
public long OSThreadId { get { throw null; } }
290+
public DateTime TimeStamp { get { throw null; } }
289291
}
290292
[System.AttributeUsageAttribute((System.AttributeTargets)(64))]
291293
public sealed partial class NonEventAttribute : System.Attribute

0 commit comments

Comments
 (0)