Overload List
Name | Description | |
---|---|---|
![]() | Register(FuncObject) |
Registers a FuncTResult delegate that allows creation of instances of the type
expressed by the UnregisteredServiceType for this and future requests. The delegate
will be caches and future requests will directly call that delegate.
|
![]() | Register(Expression) |
Registers an Expression that describes the creation of instances of the type
expressed by the UnregisteredServiceType for this and future requests. The delegate
will be cached and future requests will directly use that expression or the compiled delegate.
|
![]() | Register(Registration) |
Registers a Registration that describes the creation of instances of the type
expressed by the UnregisteredServiceType for this and future requests. The
registration will be cached and future requests will directly call unon that registration, the
expression that it generates or the delegate that gets compiled from that expression.
|
See Also