AppShellExecuteInfoDontUseDesktopChangeRouter Property

Gets or sets a value mandatory for debugger applications to avoid file dialog deadlocks when debugging the Windows Explorer process.

Setting the DontUseDesktopChangeRouter entry produces a slightly less efficient handling of the change notifications, however.

Definition

Namespace: DevCase.Core.Windows.Applications
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool DontUseDesktopChangeRouter { get; set; }

Property Value

Boolean
if the application avoids file dialog deadlocks when debugging the Windows Explorer process; otherwise, .

See Also