C# 클래스 wmib.GenericCommand

파일 보기 프로젝트 열기: benapetr/wikimedia-bot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Module string
SilentErrors bool

공개 메소드들

메소드 설명
GenericCommand ( string name_, Action function ) : System
GenericCommand ( string name_, Action function, bool ignorable, string permissions = null, bool channel = true, bool silent = false ) : System
Launch ( CommandParams parameter ) : void

메소드 상세

GenericCommand() 공개 메소드

public GenericCommand ( string name_, Action function ) : System
name_ string
function Action
리턴 System

GenericCommand() 공개 메소드

public GenericCommand ( string name_, Action function, bool ignorable, string permissions = null, bool channel = true, bool silent = false ) : System
name_ string
function Action
ignorable bool
permissions string
channel bool
silent bool
리턴 System

Launch() 공개 메소드

public Launch ( CommandParams parameter ) : void
parameter CommandParams
리턴 void

프로퍼티 상세

Module 공개적으로 프로퍼티

public string Module
리턴 string

SilentErrors 공개적으로 프로퍼티

public bool SilentErrors
리턴 bool