Miner.Responder.TroubleMaker Assembly > TinyIoC Namespace : TinyIoCContainer.MultiRegisterOptions Class |
The following tables list the members exposed by TinyIoCContainer.MultiRegisterOptions.
Name | Description | |
---|---|---|
![]() | TinyIoCContainer.MultiRegisterOptions Constructor | Initializes a new instance of the MultiRegisterOptions class. |
Name | Description | |
---|---|---|
![]() | AsMultiInstance | Make registration multi-instance if possible |
![]() | AsSingleton | Make registration a singleton (single instance) if possible |
![]() ![]() | ToCustomLifetimeManager | Switches to a custom lifetime manager factory if possible. Usually used for RegisterOptions "To*" extension methods such as the ASP.Net per-request one. |