Methods
-
For(Type,
ILifecycle) Expression Builder used to define policies for a PluginType including Scoping, the Default Instance, and interception. This method is specifically meant for registering open generic types - For``1(ILifecycle) Expression Builder used to define policies for a PluginType including Scoping, the Default Instance, and interception. BuildInstancesOf() and ForRequestedType() are synonyms
- Forward``2() All requests For the "TO" types will be filled by fetching the "FROM" type and casting it to "TO" GetInstance(typeof(TO)) basically becomes (TO)GetInstance(typeof(FROM))
- Redirect``2()