ControllerFeatureProvider.IsController(TypeInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
true if the type is a controller; otherwise false.