Class AssemblyUtils.DotNetFrameworkFilter
Assembly filter logic from: https://raw.githubusercontent.com/Microsoft/dotnet-apiport/master/src/Microsoft.Fx.Portability/Analyzer/DotNetFrameworkFilter.cs
Inheritance
System.Object
AssemblyUtils.DotNetFrameworkFilter
Namespace: Lucene.Net.Support
Assembly: Lucene.Net.dll
Syntax
public static class DotNetFrameworkFilter : object
Methods
| Improve this Doc View SourceIsFrameworkAssembly(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. |
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 |
---|---|---|
Assembly |
assembly |
Returns
Type | Description |
---|---|
System. |