dotnet / dotnet/dotnet-api-docs

Clearly separate static and instance API

Open
#11,623 5 comments 2 reactions 0 assignees View on GitHub
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).

Image

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.