| Class | Description |
|---|---|
| AbstractFactory | A IObjectFactory implementation that for abstract type |
| ActivatorFactory | Create objects via Activator.CreateInstance |
| ActivatorObjectFactory | A IObjectFactory implementation that can create objects via Activator.CreateInstance |
| BoxingOpCodes | Helper class that returns appropriate boxing opcode based on type |
| DelegateFactory | A IFactory implementation that builds object via DynamicMethod. |
| DelegateObjectFactory | A IObjectFactory implementation that can create objects via DynamicMethod. |
| EmitObjectFactory | A IObjectFactory implementation that can create objects via IL code |
| FactoryBuilder | Build IFactory object via IL |
| FactoryLogAdapter | A wrapper arround an IFactory implementation which logs argument type and value when CreateInstance is called. |
| ObjectFactory | A factory to create objects |
| ObjectProbe | Description résumée de ObjectProbe. |
| ReflectionInfo | This class represents a cached set of class definition information that allows for easy mapping between property names and get/set methods. |
| Interface | Description |
|---|---|
| IFactory | Factory to create object for a given type |
| IObjectFactory | A factory that can create objects |