C# Class ManicDigger.Menu.FormConnectToIp

Inheritance: IForm
Mostrar archivo Open project: henon/manic_digger

Public Properties

Property Type Description
HashLength int
game Game
hashPrefix string
menu GameMenu.MenuWindow
worldId int

Public Methods

Method Description
Connect ( ) : void
GetIpsaveFilePath ( ) : string
GetStorePath ( ) : string
Initialize ( ) : void
Render ( ) : void
Saveip ( ) : void
createipsavefile ( ) : void
gethashurl ( ) : string
getip ( ) : string
getport ( ) : string

Private Methods

Method Description
GetHash ( string hash ) : string
IsValidHash ( string hash ) : bool

Method Details

Connect() public method

public Connect ( ) : void
return void

GetIpsaveFilePath() public static method

public static GetIpsaveFilePath ( ) : string
return string

GetStorePath() public static method

public static GetStorePath ( ) : string
return string

Initialize() public method

public Initialize ( ) : void
return void

Render() public method

public Render ( ) : void
return void

Saveip() public method

public Saveip ( ) : void
return void

createipsavefile() public method

public createipsavefile ( ) : void
return void

gethashurl() public method

public gethashurl ( ) : string
return string

getip() public method

public getip ( ) : string
return string

getport() public method

public getport ( ) : string
return string

Property Details

HashLength public_oe property

public int HashLength
return int

game public_oe property

public Game game
return Game

hashPrefix public_oe property

public string hashPrefix
return string

menu public_oe property

public MenuWindow,GameMenu menu
return GameMenu.MenuWindow

worldId public_oe property

public int worldId
return int