C# 클래스 HuxBot.IRCConfig

파일 보기 프로젝트 열기: HaxtonFale/HuxBot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
chan string
filepath string
filterpath string
ignorelist string[]
master string
name string
nick string
nspass string
port int
server string
triggerpath string

공개 메소드들

메소드 설명
ReadConfig ( string path ) : void

메소드 상세

ReadConfig() 공개 메소드

public ReadConfig ( string path ) : void
path string
리턴 void

프로퍼티 상세

chan 공개적으로 프로퍼티

public string chan
리턴 string

filepath 공개적으로 프로퍼티

public string filepath
리턴 string

filterpath 공개적으로 프로퍼티

public string filterpath
리턴 string

ignorelist 공개적으로 프로퍼티

public string[] ignorelist
리턴 string[]

master 공개적으로 프로퍼티

public string master
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string

nick 공개적으로 프로퍼티

public string nick
리턴 string

nspass 공개적으로 프로퍼티

public string nspass
리턴 string

port 공개적으로 프로퍼티

public int port
리턴 int

server 공개적으로 프로퍼티

public string server
리턴 string

triggerpath 공개적으로 프로퍼티

public string triggerpath
리턴 string