Table of Contents

Method IsDotNetCoreAssembly

Namespace
Alternet.Common
Assembly
Alternet.Common.v10.dll

IsDotNetCoreAssembly(string)

Indicates whether the given assembly belongs to the .Net Core or Framework shared assemblies collection.

public bool IsDotNetCoreAssembly(string assemblyPath)

Parameters

assemblyPath string

Specifies the full name, including path, of the examined assembly.

Returns

bool

True if succeed; otherwise false.