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