Class AssemblyUtils
Methods for working with Assemblies.
Inheritance
System.Object
AssemblyUtils
Assembly: DistributedLucene.Net.dll
Syntax
public class AssemblyUtils : object
Methods
Name | Description |
---|---|
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. |