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?
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?