ExtensionClassSupport.GetExtensionInstances(Type, Object, Boolean) Method

Definition

public:
 static cli::array <System::Object ^> ^ GetExtensionInstances(Type ^ hostType, System::Object ^ hostInstance, bool includeBaseTypes);
public static object[] GetExtensionInstances (Type hostType, object hostInstance, bool includeBaseTypes);
static member GetExtensionInstances : Type * obj * bool -> obj[]
Public Shared Function GetExtensionInstances (hostType As Type, hostInstance As Object, includeBaseTypes As Boolean) As Object()

Parameters

hostType
Type
hostInstance
Object
includeBaseTypes
Boolean

Returns

Object[]

Applies to