ObjectContainer
Assembly: uMod.Core.dll
Inheritance ObjectBaseContainer ObjectContainer
Implements IContextContainer, IImplicitContainer, IExplicitContainer, IDisposable, IObjectContainer
Summary
Container of arbitrary objects
Constructors
Name | Summary |
|---|---|
ObjectContainer ( | Create a new instance of the ObjectContainer class |
Methods
Name | Summary |
|---|---|
Bind specified object to container | |
Bind specified object to container | |
Bind< | Bind multiple objects of generic type to 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 is resolved within container |
Resolved< | Determine if generic type is resolved within container |
Determine if specified object is resolved within container | |
TryGetObjects ( | |
TryGetObjects< | |
Unbind ( | Unbind all objects of specified type from container |
Unbind specified object 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 of generic type to container |