ITypeReflector.Instantiate Method
Include Protected Members
Include Inherited Members
Instantiates an object that corresponds to the specified TypeDescriptor.
Overload List
Name | Description | |
---|---|---|
Instantiate(ITypeDescriptor) | Instantiates an object that corresponds to the specifiedTypeDescriptor, without using defined default values. | |
Instantiate(ITypeDescriptor, IMethodInstance) | Instantiates an object that corresponds to the specified TypeDescriptor using default values defined for the specified MethodInstance. | |
Instantiate(ITypeDescriptor, Int32) | Instantiates a collection that corresponds to the specified TypeDescriptor with specified capacity without using defined default values. | |
Instantiate(ITypeDescriptor, Int32, IMethodInstance) | Instantiates a collection that corresponds to the specified TypeDescriptor using default values defined for the specified MethodInstance. |
Top