AppShellExecuteInfoDefault Property

Gets the application name provided in the (Default) registry entry.

If necessary, the ShellExecuteEx function adds the extension when searching App Paths registry subkey.

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 string Default { get; }

Property Value

String
The application name provided in the (Default) entry.

See Also