Platform.IsCoreCLR Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if PowerShell was built targeting .NET Core.
public:
static property bool IsCoreCLR { bool get(); };
public:
static property bool IsCoreCLR { bool get(); };
public static bool IsCoreCLR { get; }
static member IsCoreCLR : bool
Public Shared ReadOnly Property IsCoreCLR As Boolean