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: 13.0.131
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.
Public methodStatic memberRegisterAdditionalAssemblies
Register additional assemblies for which module discovery will execute.
Top
Remarks
This API supports the framework infrastructure and is not intended to be used directly from your code.
See Also