Table of Contents

Class CommandAttribute

Namespace
Obsidian.API
Assembly
Obsidian.API.dll
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public sealed class CommandAttribute : Attribute
Inheritance
CommandAttribute
Inherited Members

Constructors

CommandAttribute(string, params string[])

public CommandAttribute(string commandName, params string[] aliases)

Parameters

commandName string
aliases string[]

Properties

Aliases

public string[] Aliases { get; }

Property Value

string[]

CommandName

public string CommandName { get; }

Property Value

string