a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
13 lines
700 B
XML
13 lines
700 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Namespace Name="System.Diagnostics.Tracing">
|
|
<Docs>
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>The <see cref="N:System.Diagnostics.Tracing" /> namespace provides types and members that enable you to create strongly typed events to be captured by event tracing for Windows (ETW).</para>
|
|
</summary>
|
|
<remarks>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>A strongly typed event is identified by name and contains payload descriptions. You can discover the list of events that a program can produce by using reflection.</para>
|
|
</remarks>
|
|
</Docs>
|
|
</Namespace> |