Get the implementing class of the interface. Return the first instance.

Namespace: Cartella.Support
Assembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public static Type GetImplementingClass(
	Type interfaceType
)
Visual Basic
Public Shared Function GetImplementingClass ( _
	interfaceType As Type _
) As Type
Visual C++
public:
static Type^ GetImplementingClass(
	Type^ interfaceType
)

Parameters

interfaceType
Type: System..::..Type
Type of interface for which to retrieve first implementation class type

Return Value

The first implementation class type detected

See Also