| IClassFactoryRegister Method |
| Name | Description | |
|---|---|---|
| RegisterTI, TM |
Registers an implementation of an interface. A new instance of the implementation will
be created for each call to Resolve.
| |
| RegisterT(FuncT) |
Registers a method to call to create new instances of T.
| |
| Register(Type, Type) |
Registers an implementation of an interface. A new instance of the implementation will
be created for each call to Resolve.
|