Table of Contents

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

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 is null.

ArgumentException

If path is not an absolute path.

ArgumentException

If path points to a folder that does not exist.

To top