Skip to content

Registration

YairHalberstadt edited this page Oct 6, 2020 · 16 revisions

Registration

A container is basically just a factory that knows how to create and then dispose of an instance of a type on demand.

Registration is how you let your container/module know what it can use, and how, to try and create that instance.

StrongInject currently supports the following forms of Registration:

Clone this wiki locally