Extensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static class Extensions
type Extensions = class
Public Module Extensions
- Inheritance
-
Extensions
Methods
RegisterAdapterChain<TLimit>(ContainerBuilder, Type[]) |
Register an adapter chain of components, exposing a shared service interface. |
RegisterKeyedType<TImplementer,TLimit>(ContainerBuilder) |
Register a component to be created through reflection, and provide a key that can be used to retrieve the component. |