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

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

``` diff
 namespace System.Diagnostics {
     public sealed class PerformanceCounter : Component, ISupportInitialize {
         public static int DefaultFileMappingSize;
     }
 }
```