mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-20 06:47:44 +01:00
chore: add data widget for servicecontainer status, remove serveropcode data widget
This commit is contained in:
parent
428e1afefd
commit
ab9b7e1602
4 changed files with 70 additions and 41 deletions
|
|
@ -29,6 +29,16 @@ internal class ServiceContainer : IServiceProvider, IServiceType
|
|||
public ServiceContainer()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets a dictionary of all registered instances.
|
||||
/// </summary>
|
||||
public IReadOnlyDictionary<Type, ObjectInstance> Instances => this.instances;
|
||||
|
||||
/// <summary>
|
||||
/// Gets a dictionary mapping interfaces to their implementations.
|
||||
/// </summary>
|
||||
public IReadOnlyDictionary<Type, Type> InterfaceToTypeMap => this.interfaceToTypeMap;
|
||||
|
||||
/// <summary>
|
||||
/// Register a singleton object of any type into the current IOC container.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue