Handles all internal locating of plugins.

Namespace:  EPiServer.PlugIn
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
public class PlugInLocator

Remarks

Used to find all plug-ins for a specific PlugInAttribute. The Match(Object) method will be called to test if a class is a match.

If you already know the type of plug-in you wish to locate use Load(Int32).

Inheritance Hierarchy

System..::.Object
  EPiServer.PlugIn..::.PlugInLocator

See Also