C# Class mstsc.Main

ファイルを表示 Open project: EAXrec/Aries

Public Properties

Property Type Description
IRCClient mstsc.IRC.Client
createdNew bool
mutex System.Threading.Mutex

Public Methods

Method Description
AntiTimer ( ) : void

Run Anti's, check registry key

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

Reverse a string

Private Methods

Method Description
lowTimer ( ) : void

Call SetProcessWorkingSetSize

Method Details

AntiTimer() public method

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

BotStart() public method

public BotStart ( ) : void
return void

OnMessage() public method

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

Reverse() public method

Reverse a string
public Reverse ( string x ) : string
x string String to reverse
return string

Property Details

IRCClient public_oe property

public Client,mstsc.IRC IRCClient
return mstsc.IRC.Client

createdNew public_oe static_oe property

public static bool createdNew
return bool

mutex public_oe static_oe property

public static Mutex,System.Threading mutex
return System.Threading.Mutex