C# 클래스 Schumix.Irc.Commands.SchumixCommandAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: Schumix/Schumix2

공개 메소드들

메소드 설명
SchumixCommandAttribute ( string command, CommandPermission permission = CommandPermission.Normal ) : System

Marks a method as an Schumix command.

메소드 상세

SchumixCommandAttribute() 공개 메소드

Marks a method as an Schumix command.
public SchumixCommandAttribute ( string command, CommandPermission permission = CommandPermission.Normal ) : System
command string The command corresponding to this method.
permission CommandPermission Command's access permission
리턴 System