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 SourceGetReferencedAssemblies()
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> |