CustomInstanceFactory Class
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
A special kind of extension that is used to create instances of objects when loading XAML inside the designer.
Inheritance
System.Object
CustomInstanceFactory
Syntax
[ExtensionServer(typeof(NeverApplyExtensionsExtensionServer))]
public class CustomInstanceFactory : Extension
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, Object[]) | Creates an instance of the specified type, passing the specified arguments to its constructor. |
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()