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 public static bool IsNetCore { get; }
Property Value
Type:
Booleantrue if this app domain is running with .NET Core; otherwise,
false.
See Also