Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DPlatformsProvider.cs21 private const string IconResource = "icon"; field in Antmicro.Renode.Core.PlatformsProvider
60 case IconResource: in LoadPlatforms()
61 platform.IconResource = tag.Item2; in LoadPlatforms()
DPlatform.cs28 public string IconResource { get; set; } property in Antmicro.Renode.Core.Platform