Factory to create object for a given type
For a list of all members of this type, see IFactory Members.
| Type | Description |
|---|---|
| AbstractFactory | A IObjectFactory implementation that for abstract type |
| ActivatorFactory | Create objects via Activator.CreateInstance |
| DelegateFactory | A IFactory implementation that builds object via DynamicMethod. |
| FactoryLogAdapter | A wrapper arround an IFactory implementation which logs argument type and value when CreateInstance is called. |
Namespace: IBatisNet.Common.Utilities.Objects
Assembly: IBatisNet.Common (in IBatisNet.Common.dll)
IFactory Members | IBatisNet.Common.Utilities.Objects Namespace