IPluginManagerGetInstance 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: CS5Interfaces (in CS5Interfaces.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

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

Parameters

service
Type: SystemType
The service sought. 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.
See Also

Reference