Table of Contents

Method IsDotNetCoreAssembly

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

IsDotNetCoreAssembly(string)

Indicates whether the given assembly belongs to the .Net Core 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.