C# 클래스 mstsc.Main

파일 보기 프로젝트 열기: EAXrec/Aries

공개 프로퍼티들

프로퍼티 타입 설명
IRCClient mstsc.IRC.Client
createdNew bool
mutex System.Threading.Mutex

공개 메소드들

메소드 설명
AntiTimer ( ) : void

Run Anti's, check registry key

BotStart ( ) : void
OnMessage ( object sender, OnMessageEventArgs e ) : void
Reverse ( string x ) : string

Reverse a string

비공개 메소드들

메소드 설명
lowTimer ( ) : void

Call SetProcessWorkingSetSize

메소드 상세

AntiTimer() 공개 메소드

Run Anti's, check registry key
public AntiTimer ( ) : void
리턴 void

BotStart() 공개 메소드

public BotStart ( ) : void
리턴 void

OnMessage() 공개 메소드

public OnMessage ( object sender, OnMessageEventArgs e ) : void
sender object
e mstsc.IRC.OnMessageEventArgs
리턴 void

Reverse() 공개 메소드

Reverse a string
public Reverse ( string x ) : string
x string String to reverse
리턴 string

프로퍼티 상세

IRCClient 공개적으로 프로퍼티

public Client,mstsc.IRC IRCClient
리턴 mstsc.IRC.Client

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

public static bool createdNew
리턴 bool

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

public static Mutex,System.Threading mutex
리턴 System.Threading.Mutex