Share via


GetTypesImplementingInterface Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the Type objects (types) that implement the specified interface.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.Native (in Microsoft.SPOT.Native.dll)

Syntax

'Declaration
Public Shared Function GetTypesImplementingInterface ( _
    itf As Type _
) As Type()
public static Type[] GetTypesImplementingInterface(
    Type itf
)
public:
static array<Type^>^ GetTypesImplementingInterface(
    Type^ itf
)
static member GetTypesImplementingInterface : 
        itf:Type -> Type[] 
public static function GetTypesImplementingInterface(
    itf : Type
) : Type[]

Parameters

Return Value

Type: array<System. . :: . .Type> [] () [] []
An array of types.

.NET Framework Security

See Also

Reference

Reflection Class

Microsoft.SPOT Namespace