Show / Hide Table of Contents

    Class AssemblyUtils

    Methods for working with Assemblies.

    Inheritance
    System.Object
    AssemblyUtils
    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 class AssemblyUtils

    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
    System.Collections.Generic.IList<System.Reflection.Assembly>

    Extension Methods

    Number.IsNumber(Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Licensed to the Apache Software Foundation (ASF)