Home
last modified time | relevance | path

Searched refs:objectDelegateMappings (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs1053 …alsManager.GetNames().Union(staticObjectDelegateMappings.Keys.Union(objectDelegateMappings.Keys))); in GetAvailableNames()
1122 objectDelegateMappings[name] = objectServer; in Bind()
1143 if(objectDelegateMappings.TryGetValue(name, out value)) in FromMapping()
1159 …private readonly Dictionary<string, Func<object>> objectDelegateMappings = new Dictionary<string, … field in Antmicro.Renode.UserInterface.Monitor