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

IObjectFactory Interface

A factory that can create objects

For a list of all members of this type, see IObjectFactory Members.

[Visual Basic]
Public Interface IObjectFactory
[C#]
public interface IObjectFactory

Types that implement IObjectFactory

Type Description
ActivatorObjectFactory A IObjectFactory implementation that can create objects via Activator.CreateInstance
DelegateObjectFactory A IObjectFactory implementation that can create objects via DynamicMethod.
EmitObjectFactory A IObjectFactory implementation that can create objects via IL code
ObjectFactory A factory to create objects

Requirements

Namespace: IBatisNet.Common.Utilities.Objects

Assembly: IBatisNet.Common (in IBatisNet.Common.dll)

See Also

IObjectFactory Members | IBatisNet.Common.Utilities.Objects Namespace