BaseContainer
Assembly: uMod.Core.dll
Inheritance Object BaseContainer
Implements IContextContainer, IImplicitContainer, IExplicitContainer, IDisposable
Summary
BaseContainer class Base container implementation underlying other core containers
Properties
Name | Summary |
|---|---|
Added | Gets the Added event |
AddedType | Gets the AddedType event |
Removed | Gets the Removed event |
RemovedType | Gets the RemovedType event |
Methods
Name | Summary |
|---|---|
Add converter to container | |
Bind< | Bind specified enumerable |
Bind specified object for the explicit type | |
Bind ( | Bind the specified object |
Bind the specified object of a generic type | |
Determine if container converts from one type to the other type | |
Dispose () | Dispose of container |
Resolved ( | Determine if type is resolved |
Resolved ( | Determine if type alias is resolved |
Resolved ( | Determine if object is resolved |
Determine if object is resolved | |
Resolved< | Determine if generic object is resolved |
Unbind ( | Unbind type |
Unbind object of specified type | |
Unbind ( | Unbind object |
Unbind< | Unbind generic type |
Unbind object of generic type | |
Unbind< | Unbind enumerable objects |
Unregister () | Unregister container from context |