Welcome to mirror list, hosted at ThFree Co, Russian Federation.

7.0-rc1_System.Diagnostics.md « Microsoft.WindowsDesktop.App « rc1 « api-diff « preview « 7.0 « release-notes - github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1258e844220047c2debc831e075ddcf1e000f9eb (plain)
1
2
3
4
5
6
7
8
9
10
# System.Diagnostics

``` diff
 namespace System.Diagnostics {
+    public static class TraceConfiguration {
+        public static void Register();
+    }
 }
```