Click or drag to resize
AssemblyExtensions Methods

The AssemblyExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetAvailableAssemblies
Returns all available assemblies for the specified assembly which match the given assemblyFilter. Searches through the assembly directory.
Public methodStatic memberGetAvailableTypes
Returns all the Type objects with match the given typeFilter from the executing assembly and any assemblies in its or lower directories.
Top
See Also