Click or drag to resize

InstallerIsNetCore Property

Gets or sets a value indicating whether this app domain is running with .NET Core.

Namespace:  ShellBoost.Core.Client
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public static bool IsNetCore { get; }

Property Value

Type: Boolean
true if this app domain is running with .NET Core; otherwise, false.
See Also