Class DebugCommandAttribute
Inherited Members
Namespace: SonsSdk.Attributes
Assembly: SonsSdk.dll
Syntax
[AttributeUsage(AttributeTargets.Method)]
public class DebugCommandAttribute : Attribute
Constructors
DebugCommandAttribute(string)
Declaration
public DebugCommandAttribute(string command)
Parameters
Type | Name | Description |
---|---|---|
string | command |
Properties
Command
Declaration
public string Command { get; }
Property Value
Type | Description |
---|---|
string |