C# 클래스 wmib.Extensions.ScriptingEngine.Script

파일 보기 프로젝트 열기: benapetr/wikimedia-bot

공개 프로퍼티들

프로퍼티 타입 설명
AcceptInput bool
Command string
Escape bool
Help string
OneLine bool
Parameters string
Path string
Permission string
RequireParameters bool
SingleParameter bool

공개 메소드들

메소드 설명
Exec ( CommandParams pm ) : void

메소드 상세

Exec() 공개 메소드

public Exec ( CommandParams pm ) : void
pm CommandParams
리턴 void

프로퍼티 상세

AcceptInput 공개적으로 프로퍼티

public bool AcceptInput
리턴 bool

Command 공개적으로 프로퍼티

public string Command
리턴 string

Escape 공개적으로 프로퍼티

public bool Escape
리턴 bool

Help 공개적으로 프로퍼티

public string Help
리턴 string

OneLine 공개적으로 프로퍼티

public bool OneLine
리턴 bool

Parameters 공개적으로 프로퍼티

public string Parameters
리턴 string

Path 공개적으로 프로퍼티

public string Path
리턴 string

Permission 공개적으로 프로퍼티

public string Permission
리턴 string

RequireParameters 공개적으로 프로퍼티

public bool RequireParameters
리턴 bool

SingleParameter 공개적으로 프로퍼티

public bool SingleParameter
리턴 bool