PluginManagerGetInstance Method (Type, IDictionaryType, Object) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets an instance of the provided service (plug-in), using its name.

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

public virtual Object GetInstance(
	Type service,
	IDictionary<Type, Object> constructorArguments
)

Parameters

service
Type: SystemType
The service sougth. This implementation must be an interface.
constructorArguments
Type: System.Collections.GenericIDictionaryType, Object
The constructor arguments.

Return Value

Type: Object
an instance of the specified service.

Implements

IPluginManagerGetInstance(Type, IDictionaryType, Object)
See Also

Reference