Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/UserInterface/
DHideInMonitorAttribute.cs13 public class HideInMonitorAttribute : Attribute class
15 public HideInMonitorAttribute() in HideInMonitorAttribute() method in Antmicro.Renode.UserInterface.HideInMonitorAttribute
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/
DTypeExtensions.cs275 return !i.IsDefined(typeof(HideInMonitorAttribute)); in InnerIsBaseCallable()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DBackendManager.cs208 var hidden = t.GetCustomAttributes(typeof(HideInMonitorAttribute), true).Any(); in HandleAutoLoadTypeFound()