Table of Contents

Class AddInLoader

Namespace
Dynamicweb.Extensibility.AddIns
Assembly
Dynamicweb.Extensibility.dll
Represents an add-ins loader.
public class AddInLoader
Inheritance
AddInLoader
Inherited Members

Fields

BinDirectory

The bin directory
[Obsolete("Use AssemblyDirectory instead")]
public static string BinDirectory

Field Value

string

Properties

AssemblyDirectory

Gets or sets the assembly directory path.
public static string AssemblyDirectory { get; set; }

Property Value

string
Path to the directory where add-in assemblies should be loaded from.

LoadingCompleted

Gets the value indicating whether add-ins have been loaded.
public static bool LoadingCompleted { get; }

Property Value

bool

Methods

AssemblyLoaded(string)

Checkes whether specified assembly has been loaded.
public static bool AssemblyLoaded(string assemblyName)

Parameters

assemblyName string
Short name of the assembly.

Returns

bool

Load()

Loads all add-ins.
public static void Load()
To top