C# Class anchor.HostEditor

Show file Open project: mauris/anchor-app Class Usage Examples

Public Methods

Method 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

Method Description
process ( ) : void

Method Details

HostEditor() public method

public HostEditor ( string file ) : System
file string
return System

add() public method

public add ( string host ) : void
host string
return void

add() public method

public add ( string host, string ipAddress ) : void
host string
ipAddress string
return void

add() public method

public add ( string host, string ipAddress, string comment ) : void
host string
ipAddress string
comment string
return void

clear() public method

public clear ( ) : void
return void

clear() public method

public clear ( string comment ) : void
comment string
return void

remove() public method

public remove ( string host ) : void
host string
return void

remove() public method

public remove ( string host, string comment ) : void
host string
comment string
return void

update() public method

public update ( ) : void
return void