Show / Hide Table of Contents

    Class AssemblyUtils

    Methods for working with Assemblies.

    Inheritance
    System.Object
    AssemblyUtils
    Namespace: Lucene.Net.Support
    Assembly: Lucene.Net.dll
    Syntax
    public class AssemblyUtils : object

    Methods

    | Improve this Doc View Source

    GetReferencedAssemblies()

    Gets a list of the host assembly's referenced assemblies excluding any Microsoft, System, or Mono prefixed assemblies or assemblies with official Microsoft key hashes. Essentially, we get a list of all non Microsoft assemblies here.

    Declaration
    public static IList<Assembly> GetReferencedAssemblies()
    Returns
    Type Description
    IList<Assembly>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)