ExtensionClassSupport.GetExtensionInstances(Type, Object, 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 <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[]