Method IsDotNetCoreAssembly
IsDotNetCoreAssembly(string)
Indicates whether the given assembly belongs to the .Net Core shared assemblies collection.
public bool IsDotNetCoreAssembly(string assemblyPath)
Parameters
assemblyPath
stringSpecifies the full name, including path, of the examined assembly.
Returns
- bool
True if succeed; otherwise false.