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

ActivatorObjectFactory Class

A IObjectFactory implementation that can create objects via Activator.CreateInstance

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

System.Object
   ActivatorObjectFactory

[Visual Basic]
Public Class ActivatorObjectFactory
    Implements IObjectFactory
[C#]
public class ActivatorObjectFactory : IObjectFactory

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: IBatisNet.Common.Utilities.Objects

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

See Also

ActivatorObjectFactory Members | IBatisNet.Common.Utilities.Objects Namespace