Metadata >> NuGet >> Microsoft.Diagnostics.Tracing.TraceEvent.Samples

Microsoft.Diagnostics.Tracing.TraceEvent.Samples

Metadata

Authors Microsoft
Copyrights Copyright © Microsoft Corporation
Description The TraceEvent library allows users to control ETW logging and System.Diagnostic.Tracing.EventSource logging. This package contains sample uses of the library. Simply add it to your app (or a new console app). Call TraceEventSamples.AllSamples.Run() to run the samples. See the _ReadMe.txt to get started.
IconUrl http://go.microsoft.com/fwlink/?LinkID=288859
LicenseUrl http://go.microsoft.com/fwlink/?LinkId=329770
Owners Microsoft
RequireLicenseAcceptance False
Summary Sample source code for the Microsoft TraceEvent library
Tags Samples TraceEvent Microsoft ETW Event Tracing for Windows
Dependencies Microsoft.Diagnostics.Tracing.TraceEvent:1.0.39:net40|Rx-Main:2.1.0:net40
Title Microsoft TraceEvent Library Samples
PackageSize 9391
PackageHashAlgorithm SHA512
PackageHash PRFK44djeeX7C7r37lWJ+J95tLRCPEZFefwOS5vVsJSJ4WhE3Xho7F0CiBLDnstblUz+muBXKQZMbCWIFmAfCQ==
DownloadCount 000000
CreatedDate 2015-10-08T13:22:15

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Microsoft.Diagnostics.Tracing.TraceEvent.Samples -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Microsoft.Diagnostics.Tracing.TraceEvent.Samples -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Microsoft.Diagnostics.Tracing.TraceEvent.Samples
Installing the package (HTTP Basic authentication):
Install-Package Microsoft.Diagnostics.Tracing.TraceEvent.Samples -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Microsoft.Diagnostics.Tracing.TraceEvent.Samples -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Microsoft.Diagnostics.Tracing.TraceEvent.Samples

OpenWrap

Installing the package:
o add-wrap Microsoft.Diagnostics.Tracing.TraceEvent.Samples
Uninstalling the package:
o remove-wrap Microsoft.Diagnostics.Tracing.TraceEvent.Samples

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.39
1.0.38
1.0.28