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

FactoryLogAdapter.CreateInstance Method 

Create a new instance with the specified parameters

[Visual Basic]
NotOverridable Public Function CreateInstance( _
   ByVal Object[] As Object() _
) As Object _
    Implements IFactory.
[C#]
public 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

Implements

IFactory.

Remarks

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

See Also

FactoryLogAdapter Class | IBatisNet.Common.Utilities.Objects Namespace