Constructor CommandAttribute
- Namespace
- DisCatSharp.CommandsNext.Attributes
- Assembly
- DisCatSharp.CommandsNext.dll
CommandAttribute()
Marks this method as a command, using the method's name as command name.
public CommandAttribute()
CommandAttribute(string)
Marks this method as a command with specified name.
public CommandAttribute(string name)
Parameters
name
stringName of this command.