Show / Hide Table of Contents

    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 Source

    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
    System.Reflection.Assembly assembly
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    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
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Licensed to the Apache Software Foundation (ASF)