-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
area-MetaConcerns something that extends across runtime area boundaries, for example, IDisposable.Concerns something that extends across runtime area boundaries, for example, IDisposable.
Description
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.

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?
tannergooding
Metadata
Metadata
Assignees
Labels
area-MetaConcerns something that extends across runtime area boundaries, for example, IDisposable.Concerns something that extends across runtime area boundaries, for example, IDisposable.