forked from dotnet/dotnet-api-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes: dotnet/diagnostics#2608 WriteEventCore takes an array of EventData arguments but only provided a few sparse examples on how to initialize these values. Several of the types not shown have non-intuitive encodings that can't be inferred from the few examples. This change provides a more complete listing, in particular including bool, DateTime, string, and byte[] which are non-obvious.
- Loading branch information
Showing
1 changed file
with
102 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters