Info
| Version: | 1.1.28 | 
| Author(s): | Microsoft | 
| Last Update: | Wednesday, December 2, 2015 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | http://go.microsoft.com/fwlink/?LinkID=317375 | 
| NuGet Url: | https://www.nuget.org/packages/Microsoft.Diagnostics.Tracing.EventSource | 
Install
Install-Package Microsoft.Diagnostics.Tracing.EventSource
                        dotnet add package Microsoft.Diagnostics.Tracing.EventSource
                        paket add Microsoft.Diagnostics.Tracing.EventSource
                        
                                Microsoft.Diagnostics.Tracing.EventSource Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Microsoft.Diagnostics.Tracing.EventSource.Redist(1.1.28)
- Microsoft.Diagnostics.Tracing.EventRegister(1.1.28)
Tags
 
                
Microsoft.Diagnostics.Tracing.EventSource allows for firing ETW events from managed code. It enables defining a strongly typed specification of an ETW provider that can be called by managed code. The EventSource class is also included in the .NET Framework. This package provides a newer version that has more features.
It is meant to be used as a stop gap until those features it contains are ported to System.Diagnostics.Tracing.EventSource.
For more details, have a look at http://msdn.microsoft.com/en-us/library/system.diagnostics.tracing.eventsource.aspx.
New features:
- ETW channel support
- Support for static registration
Supported Platforms:
- .NET Framework 3.5
- .NET Framework 4.0
- .NET Framework 4.5
- Windows Store apps
- Windows Phone App 8.1.