Class AssemblyLoader
- Namespace
- Dynamicweb.Extensibility
- Assembly
- Dynamicweb.Core.dll
AssemblyLoader is used for loading assemblies not already inte appdomain
public class AssemblyLoader
- Inheritance
-
AssemblyLoader
- Inherited Members
Methods
LoadAssemblies(string)
Loads all an absolute folder path and all subfolders. The path is also available for assembly resolve for ASPX compiling.
public static void LoadAssemblies(string path)
Parameters
pathstringThe path.
Exceptions
- ArgumentNullException
path
- ArgumentException
Argument 'path' is not an absolute path. or The folder represented by the argument 'path' does not exist.
- ArgumentNullException
If
pathisnull.- ArgumentException
If
pathis not an absolute path.- ArgumentException
If
pathpoints to a folder that does not exist.