Skip to content

Commit

Permalink
Fix typo in processstartinfo-windowstyle.md (dotnet#42817)
Browse files Browse the repository at this point in the history
Fix typo in headline "WindowsStyle" -> "WindowStyle"
  • Loading branch information
janus-toendering authored Oct 3, 2024
1 parent fb7a497 commit 983c282
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ".NET 8 breaking change: ProcessStartInfo.WindowStyle honored when UseShe
description: Learn about the .NET 8 breaking change in core .NET libraries where ProcessStartInfo.WindowStyle is now honored even when UseShellExecute is false.
ms.date: 11/08/2023
---
# ProcessStartInfo.WindowsStyle honored when UseShellExecute is false
# ProcessStartInfo.WindowStyle honored when UseShellExecute is false

Previously, <xref:System.Diagnostics.ProcessStartInfo.WindowStyle?displayName=nameWithType> was only honored when <xref:System.Diagnostics.ProcessStartInfo.UseShellExecute?displayName=nameWithType> was `true`. This change honors <xref:System.Diagnostics.ProcessStartInfo.WindowStyle> even when <xref:System.Diagnostics.ProcessStartInfo.UseShellExecute> is `false`.

Expand Down

0 comments on commit 983c282

Please sign in to comment.