Click or drag to resize
AssemblyDiscoveryHelper Class
Provides loading of application assemblies.
Inheritance Hierarchy
SystemObject
  CMS.CoreAssemblyDiscoveryHelper

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 10.0.0
Syntax
C#
public static class AssemblyDiscoveryHelper

The AssemblyDiscoveryHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetAssemblies
Returns an enumerable collection of application assemblies.
Public methodStatic memberGetAssembliesFilePaths
Returns an enumerable collection of file paths to all assemblies in the directories that the assembly resolver probes.
Public methodStatic memberIsAssemblyDiscoverable
Returns true if the given assembly is discoverable.
Top
See Also