Method GetReferencedAssemblies
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> |