Click or drag to resize
TypeManagerFindImplementation Method
Finds the implementation of the given interface

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
public static ImplementationAttribute FindImplementation(
	Type interfaceType
)

Parameters

interfaceType
Type: SystemType
Type of the interface

Return Value

Type: ImplementationAttribute
See Also