OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class CommandAttribute

Inheritance
System.Object
PriorityAttribute
CommandAttribute
Inherited Members
PriorityAttribute.Priority
Namespace: OpenMod.Core.Commands
Assembly: OpenMod.Core.dll
Syntax
public class CommandAttribute : PriorityAttribute

Constructors

| Improve this Doc View Source

CommandAttribute(String)

Declaration
public CommandAttribute(string name)
Parameters
Type Name Description
System.String name

Properties

| Improve this Doc View Source

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)