Table of Contents

Class CommandInfoAttribute

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

Constructors

CommandInfoAttribute(string)

public CommandInfoAttribute(string description)

Parameters

description string

CommandInfoAttribute(string, string)

public CommandInfoAttribute(string description, string usage)

Parameters

description string
usage string

Properties

Description

public string Description { get; }

Property Value

string

Usage

public string Usage { get; }

Property Value

string