Miner.Responder.TroubleMaker Assembly > TinyIoC Namespace : TinyIoCContainer.RegisterOptions Class |
The following tables list the members exposed by TinyIoCContainer.RegisterOptions.
Name | Description | |
---|---|---|
![]() | TinyIoCContainer.RegisterOptions Constructor |
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. |
![]() | UsingConstructor<RegisterType> | |
![]() | WithStrongReference | Make registration hold a strong reference if possible |
![]() | WithWeakReference | Make registration hold a weak reference if possible |