Table of Contents

Class CustomInstanceFactory

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

A special kind of extension that is used to create instances of objects when loading XAML inside the designer.

[ExtensionServer(typeof(NeverApplyExtensionsExtensionServer))]
public class CustomInstanceFactory : Extension
Inheritance
CustomInstanceFactory
Derived

Remarks

Constructors

CustomInstanceFactory()

Creates a new CustomInstanceFactory instance.

Fields

DefaultInstanceFactory

Gets a default instance factory that uses Activator.CreateInstance to create instances.

Methods

CreateInstance(Type, params object[])

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