iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

IFactory.CreateInstance Method 

Create a new instance with the specified parameters

[Visual Basic]
Function CreateInstance( _
   ByVal Object[] As Object() _
) As Object
[C#]
object CreateInstance(
   Object[] parameters
);

Parameters

parameters
An array of values that matches the number, order and type of the parameters for this constructor.

Return Value

A new instance

Remarks

If you call a constructor with no parameters, pass null. Anyway, what you pass will be ignore.

See Also

IFactory Interface | IBatisNet.Common.Utilities.Objects Namespace