Click or drag to resize

ExportBase<FIELDSETTINGSTYPE, EXPORTSETTINGSTYPE, PROFILESETTINGSTYPE, USERSETTINGSTYPE>.GetInterface2 Method

Provides supported CTExtensions.Interfaces implementations for the Core on request.

Namespace:  CTExtensions.ExportCore
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public override IExtensionInterface[] GetInterface2(
	ctExtensionInterface eType
)

Parameters

eType
Type: CTEngineLib.ctExtensionInterface
Requested interface type.

Return Value

Type:IExtensionInterface[]
Array of objects of requested type.
See Also