Extensions.IControllableType(Type) Method

Definition

Returns type of IControllable interface implemented by a given type. If given type does not implement ICallable return null

public static Type? IControllableType (Type t);
static member IControllableType : Type -> Type
Public Function IControllableType (t As Type) As Type

Parameters

t
Type

Returns

Applies to