Show / Hide Table of Contents

Class DebugActionAttribute

Inheritance
System.Object
System.Attribute
DebugActionAttribute
Namespace: BennyKok.RuntimeDebug.Attributes
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
public string group
Field Value
Type Description
System.String

id

Declaration
public string id
Field Value
Type Description
System.String

name

Declaration
public string name
Field Value
Type Description
System.String

shortcutKey

Declaration
public string shortcutKey
Field Value
Type Description
System.String
In This Article
👆 RuntimeDebugAction by ❤️ BennyKok