ExtensionClassSupport.GetExtensionsOnType(Type, Boolean) 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.
public:
static cli::array <Type ^> ^ GetExtensionsOnType(Type ^ hostType, bool includeBaseTypes);
public static Type[] GetExtensionsOnType (Type hostType, bool includeBaseTypes);
static member GetExtensionsOnType : Type * bool -> Type[]
Public Shared Function GetExtensionsOnType (hostType As Type, includeBaseTypes As Boolean) As Type()
Parameters
- hostType
- Type
- includeBaseTypes
- Boolean
Returns
Type[]