Class DebugActionAttribute
Inheritance
System.Object
System.Attribute
DebugActionAttribute
Assembly: com.bennykok.runtime-debug-action.dll
Syntax
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Method | AttributeTargets.Property)]
public class DebugActionAttribute : Attribute, _Attribute
Fields
closePanelAfterTrigger
Declaration
public bool closePanelAfterTrigger
Field Value
Type |
Description |
System.Boolean |
|
description
Declaration
public string description
Field Value
Type |
Description |
System.String |
|
group
Declaration
Field Value
Type |
Description |
System.String |
|
id
Declaration
Field Value
Type |
Description |
System.String |
|
name
Declaration
Field Value
Type |
Description |
System.String |
|
shortcutKey
Declaration
public string shortcutKey
Field Value
Type |
Description |
System.String |
|