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

ActivatorObjectFactory.CreateFactory Method 

Create a new see IObjectFactory instance for a given type

[Visual Basic]
NotOverridable Public Function CreateFactory( _
   ByVal Type As Type, _
   ByVal Type[] As Type() _
) As IFactory _
    Implements IObjectFactory.
[C#]
public IFactory CreateFactory(
   Type typeToCreate,
   Type[] types
);

Parameters

typeToCreate
The type instance to build
types
The types of the constructor arguments

Return Value

Returns a new IObjectFactory instance.

Implements

IObjectFactory.

See Also

ActivatorObjectFactory Class | IBatisNet.Common.Utilities.Objects Namespace