Method IsFrameworkAssembly
IsFrameworkAssembly(Assembly)
Gets a best guess as to whether this assembly is a .NET Framework assembly or not.
Declaration
public static bool IsFrameworkAssembly(Assembly assembly)
Parameters
Type |
Name |
Description |
Assembly |
assembly |
|
Returns
Type |
Description |
System.Boolean |
|
IsFrameworkAssembly(AssemblyName)
Gets a best guess as to whether this assembly is a .NET Framework assembly or not.
Declaration
public static bool IsFrameworkAssembly(AssemblyName assembly)
Parameters
Type |
Name |
Description |
AssemblyName |
assembly |
|
Returns
Type |
Description |
System.Boolean |
|