Click or drag to resize
AssemblyExtensions Class
Extension methods to execute via an instance of an Assembly.
Inheritance Hierarchy
SystemObject
  Slash.Reflection.ExtensionsAssemblyExtensions

Namespace: Slash.Reflection.Extensions
Assembly: Slash.Reflection (in Slash.Reflection.dll) Version: 1.0.6018.40175
Syntax
public static class AssemblyExtensions

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