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
    Namespace: Lucene.Net.Support
    Assembly: Lucene.Net.dll
    Syntax
    public static class DotNetFrameworkFilter : object

    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
    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
    AssemblyName assembly
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)