C# 클래스 wmib.Terminal

This class open a network console which sysadmins can login to and control the bot
파일 보기 프로젝트 열기: benapetr/wikimedia-bot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SessionList List

공개 메소드들

메소드 설명
FormatToSpecSize ( string st, int size ) : string
Init ( ) : void

This will start the console

비공개 메소드들

메소드 설명
ExecuteThread ( ) : void

메소드 상세

FormatToSpecSize() 공개 정적인 메소드

public static FormatToSpecSize ( string st, int size ) : string
st string
size int
리턴 string

Init() 공개 정적인 메소드

This will start the console
public static Init ( ) : void
리턴 void

프로퍼티 상세

SessionList 공개적으로 정적으로 프로퍼티

public static List SessionList
리턴 List