Method ReferencesDotNetCoreRuntime
ReferencesDotNetCoreRuntime(out Version)
Detects a version of the DotNET Core installed on the PC.
public abstract bool ReferencesDotNetCoreRuntime(out Version dotNetCoreVersion)
Parameters
dotNetCoreVersion
VersionReceives DotNET Core version number.
Returns
- bool
True if the verification successful; otherwise false.
Remarks
This method is abstract and will be overridden in derived classes.