Aracılığıyla paylaş


ExtensionClassSupport.GetExtensionsOnType(Type, Boolean) Method

Definition

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[]

Applies to