C# Class anchor.HostEditor

Afficher le fichier Open project: mauris/anchor-app Class Usage Examples

Méthodes publiques

Méthode Description
HostEditor ( string file ) : System
add ( string host ) : void
add ( string host, string ipAddress ) : void
add ( string host, string ipAddress, string comment ) : void
clear ( ) : void
clear ( string comment ) : void
remove ( string host ) : void
remove ( string host, string comment ) : void
update ( ) : void

Private Methods

Méthode Description
process ( ) : void

Method Details

HostEditor() public méthode

public HostEditor ( string file ) : System
file string
Résultat System

add() public méthode

public add ( string host ) : void
host string
Résultat void

add() public méthode

public add ( string host, string ipAddress ) : void
host string
ipAddress string
Résultat void

add() public méthode

public add ( string host, string ipAddress, string comment ) : void
host string
ipAddress string
comment string
Résultat void

clear() public méthode

public clear ( ) : void
Résultat void

clear() public méthode

public clear ( string comment ) : void
comment string
Résultat void

remove() public méthode

public remove ( string host ) : void
host string
Résultat void

remove() public méthode

public remove ( string host, string comment ) : void
host string
comment string
Résultat void

update() public méthode

public update ( ) : void
Résultat void