Table of Contents

Method CreateInstanceWithCustomInstanceFactory

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

CreateInstanceWithCustomInstanceFactory(Type, object[])

Create an instance of the specified type using the specified arguments. The instance is created using a CustomInstanceFactory registered for the type, or using reflection if no instance factory is found.

public object CreateInstanceWithCustomInstanceFactory(Type instanceType, object[] arguments)

Parameters

instanceType Type
arguments object[]

Returns

object