Class AssemblyLoader
- Namespace
- Dynamicweb.Extensibility
- Assembly
- Dynamicweb.Extensibility.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
path
string- The 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
path
isnull
. - ArgumentException
- If
path
is not an absolute path. - ArgumentException
- If
path
points to a folder that does not exist.