Class RuntimeInstanceFactory
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()
Namespace: Telerik.WinControls.XmlSerialization
Assembly: Telerik.WinControls.dll
Syntax
public class RuntimeInstanceFactory : InstanceFactory
Constructors
RuntimeInstanceFactory()
Declaration
public RuntimeInstanceFactory()
Methods
CreateInstance(Type)
Declaration
public override object CreateInstance(Type instanceType)
Parameters
System.Type
instanceType
|
Returns
System.Object
|