Table of Contents

Class EntryPointCommandAttribute

Namespace
NetCord.Services.ApplicationCommands
Assembly
NetCord.Services.dll
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method, AllowMultiple = true)]
public class EntryPointCommandAttribute : ApplicationCommandAttribute
Inheritance
EntryPointCommandAttribute
Inherited Members

Constructors

EntryPointCommandAttribute(string, string)

public EntryPointCommandAttribute(string name, string description)

Parameters

name string
description string

Properties

Description

public string Description { get; }

Property Value

string