Table of Contents

Property CommandMethod

Namespace
DisCatSharp.ApplicationCommands.Entities
Assembly
DisCatSharp.ApplicationCommands.dll

CommandMethod

The method that will be executed when somebody runs this command. null if command is a group command or reflection failed.

public MethodInfo? CommandMethod { get; }

Property Value

MethodInfo