Indicate if the application is running in console mode.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared ReadOnly Property IsConsoleApplication As Boolean
	Get
C#
public static bool IsConsoleApplication { get; }

Return Value

See Also