Skip to content

Clearly separate static and instance API #11623

@verdie-g

Description

@verdie-g

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-MetaConcerns something that extends across runtime area boundaries, for example, IDisposable.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions