ControllerFeatureProvider.IsController(TypeInfo) Method

Definition

Determines if a given typeInfo is a controller.

protected:
 virtual bool IsController(System::Reflection::TypeInfo ^ typeInfo);
protected virtual bool IsController (System.Reflection.TypeInfo typeInfo);
abstract member IsController : System.Reflection.TypeInfo -> bool
override this.IsController : System.Reflection.TypeInfo -> bool
Protected Overridable Function IsController (typeInfo As TypeInfo) As Boolean

Parameters

typeInfo
TypeInfo

The TypeInfo candidate.

Returns

true if the type is a controller; otherwise false.

Applies to