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
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.Support
Assembly: Lucene.Net.dll
Syntax
public static class DotNetFrameworkFilter
  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 | 
|---|---|---|
| System.Reflection.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 | 
|---|---|---|
| System.Reflection.AssemblyName | assembly | 
Returns
| Type | Description | 
|---|---|
| System.Boolean |