SingletonContainer
Assembly: uMod.Core.dll
Inheritance ObjectBaseContainer SingletonContainer
Implements IContextContainer, IImplicitContainer, IExplicitContainer, IDisposable, ISingletonContainer
Summary
Container of singleton objects
Constructors
Name | Summary |
|---|---|
SingletonContainer ( | Create a new instance of the SingletonContainer class |
Methods
Name | Summary |
|---|---|
Bind specified object to container as singleton | |
Bind specified object to container as singleton | |
Bind< | Unbind multiple objects from container |
Dispose () | Dispose of container |
Resolved ( | Determine if specified type is resolved within container |
Resolved ( | Determine if specified type name or alias is resolved within container |
Resolved ( | Determine if specified object type is resolved within container |
Resolved< | Determine if generic type is resolved within container |
Determine if specified type is resolved within container | |
Try to get singleton object of specified type from container | |
Unbind specified object from container | |
Unbind ( | Unbind all objects of specified type from container |
Unbind ( | Unbind specified object from container |
Unbind< | Unbind all objects of generic type from container |
Unbind specified object from container | |
Unbind< | Unbind multiple objects from container |