C# Class ManicDigger.Menu.FormConnectToIp

Inheritance: IForm
Afficher le fichier Open project: henon/manic_digger

Méthodes publiques

Свойство Type Description
HashLength int
game Game
hashPrefix string
menu GameMenu.MenuWindow
worldId int

Méthodes publiques

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

Private Methods

Méthode Description
GetHash ( string hash ) : string
IsValidHash ( string hash ) : bool

Method Details

Connect() public méthode

public Connect ( ) : void
Résultat void

GetIpsaveFilePath() public static méthode

public static GetIpsaveFilePath ( ) : string
Résultat string

GetStorePath() public static méthode

public static GetStorePath ( ) : string
Résultat string

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Render() public méthode

public Render ( ) : void
Résultat void

Saveip() public méthode

public Saveip ( ) : void
Résultat void

createipsavefile() public méthode

public createipsavefile ( ) : void
Résultat void

gethashurl() public méthode

public gethashurl ( ) : string
Résultat string

getip() public méthode

public getip ( ) : string
Résultat string

getport() public méthode

public getport ( ) : string
Résultat string

Property Details

HashLength public_oe property

public int HashLength
Résultat int

game public_oe property

public Game game
Résultat Game

hashPrefix public_oe property

public string hashPrefix
Résultat string

menu public_oe property

public MenuWindow,GameMenu menu
Résultat GameMenu.MenuWindow

worldId public_oe property

public int worldId
Résultat int