Click or drag to resize

InstallerIsNetCore Property

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

Namespace:  callback.ShellBoost.Core.Client
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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