Click or drag to resize

AssemblyExtensions Class

Extension methods for Assembly.
Inheritance Hierarchy
SystemObject
  Autofac.UtilAssemblyExtensions

Namespace:  Autofac.Util
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public static class AssemblyExtensions

The AssemblyExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetLoadableTypes
Safely returns the set of loadable types from an assembly.
Top
See Also