Share via


ITypeReflector.Instantiate Method

Include Protected Members
Include Inherited Members

Instantiates an object that corresponds to the specified TypeDescriptor.

Overload List

  Name Description
Public method Instantiate(ITypeDescriptor) Instantiates an object that corresponds to the specifiedTypeDescriptor, without using defined default values.
Public method Instantiate(ITypeDescriptor, IMethodInstance) Instantiates an object that corresponds to the specified TypeDescriptor using default values defined for the specified MethodInstance.
Public method Instantiate(ITypeDescriptor, Int32) Instantiates a collection that corresponds to the specified TypeDescriptor with specified capacity without using defined default values.
Public method Instantiate(ITypeDescriptor, Int32, IMethodInstance) Instantiates a collection that corresponds to the specified TypeDescriptor using default values defined for the specified MethodInstance.

Top

See Also

Reference

ITypeReflector Interface

ITypeReflector Members

Microsoft.BusinessData.Infrastructure Namespace