PluginManager Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Handles the creation of plug-in instances
Inheritance Hierarchy

SystemObject
  ContentStudio.PluginsPluginManager

Namespace: ContentStudio.Plugins
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public class PluginManager : IPluginManager

The PluginManager type exposes the following members.

Constructors

  NameDescription
Public methodPluginManager
Initializes a new instance of the PluginManager class.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodGetConstructor
Gets the constructor.
Public methodGetHashCode (Inherited from Object.)
Public methodGetInstance(Type)
Gets an instance of the provided service (plug-in), using its name.
Public methodGetInstance(Type, IDictionaryType, Object)
Gets an instance of the provided service (plug-in), using its name.
Public methodGetInstanceTService
Gets an instance of the provided service (plug-in), using its name.
Public methodGetInstanceTService(IDictionaryType, Object)
Gets an instance of the provided service (plug-in), using its name.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRegister(Type, Object)
Registers the specified service.
Public methodRegisterTService(TService)
Registers the specified singleton.
Public methodRegisterTService, TImplementation
Registers the specified service.
Public methodToString (Inherited from Object.)
Top
See Also

Reference