PluginManagerGetConstructor Method Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets the constructor.

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

protected virtual ConstructorInfo GetConstructor(
	Type type
)

Parameters

type
Type: SystemType
The type. This type must have exaclty one constructor defined.

Return Value

Type: ConstructorInfo
The constructor found.
Exceptions

ExceptionCondition
InvalidOperationExceptionThe type has not exactly on constructor.
See Also

Reference