Class AssemblyLoader
- Namespace
- Dynamicweb.Extensibility
- Assembly
- Dynamicweb.Core.dll
AssemblyLoader is used for loading assemblies not already inte appdomain
- Inheritance
-
Assembly
Loader
- 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.
Parameters
path
stringThe path.
Exceptions
- Argument
Null Exception path
- Argument
Exception Argument 'path' is not an absolute path. or The folder represented by the argument 'path' does not exist.
- Argument
Null Exception If
path
isnull
.- Argument
Exception If
path
is not an absolute path.- Argument
Exception If
path
points to a folder that does not exist.