Table of Contents

Method IsDotNetCoreReference

Namespace
Alternet.Common.DotNet.DefaultAssemblies
Assembly
Alternet.Common.v9.dll

IsDotNetCoreReference(string, out Version?)

Indicates whether specific reference belongs to the DotNET Core.

public static bool IsDotNetCoreReference(string reference, out Version? version)

Parameters

reference string

Reference to check.

version Version

Receives version number of the reference.

Returns

bool

True if specified reference is a DotNET Core reference.