Table of Contents

Method CreateInstance

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

CreateInstance(Type, params object[])

Creates an instance of the specified type, passing the specified arguments to its constructor.

public override object CreateInstance(Type type, params object[] arguments)

Parameters

type Type
arguments object[]

Returns

object