Table of Contents

Method IsDotNetCoreOrFrameworkAssembly

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

IsDotNetCoreOrFrameworkAssembly(string)

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

public static bool IsDotNetCoreOrFrameworkAssembly(string path)

Parameters

path string

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

Returns

bool

True if succeed; otherwise false.