dotnet / dotnet/dotnet-api-docs
Clearly separate static and instance API
Open
area-Meta
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
### Describe the issue or suggestion
[Process.Start()](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.process.start) is an instance method and [Process.Start(ProcessStartInfo)](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.process.start) is a static method. Though, they are displayed exactly the same in the [Process class](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.process).
Could we have two sections in the class page, one for the static API (include fields, properties, methods, const, static extensions) and one for the instance API?
Contributor guide
Assessment
This issue has not been assessed yet.