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
CustomInstanceFactory in Cider: http://blogs.msdn.com/jnak/archive/2006/04/10/572241.aspx
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.