dotnet-api-docs icon indicating copy to clipboard operation
dotnet-api-docs copied to clipboard

Clearly separate static and instance API

Open verdie-g opened this issue 5 months ago • 5 comments

Describe the issue or suggestion

Process.Start() is an instance method and Process.Start(ProcessStartInfo) is a static method. Though, they are displayed exactly the same in the Process class.

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?

verdie-g avatar Jul 30 '25 14:07 verdie-g