UtilFormsIsAppExecutedFromConsole Property
Gets a value indicating whether the user has executed the current application from the Windows CMD.
Namespace: DevCase.Core.Application.FormsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool IsAppExecutedFromConsole { get; }
Public Shared ReadOnly Property IsAppExecutedFromConsole As Boolean
Get
Dim value As Boolean
value = UtilForms.IsAppExecutedFromConsole
public:
static property bool IsAppExecutedFromConsole {
bool get ();
}
static member IsAppExecutedFromConsole : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean if the user has executed the current application from the Windows CMD;
otherwise,
.
If the parent cmd.exe process has exited before calling
IsAppExecutedFromConsole,
return value is
.