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 |
Method | Description | |
---|---|---|
process ( ) : void |
public add ( string host, string ipAddress ) : void | ||
host | string | |
ipAddress | string | |
return | void |
public add ( string host, string ipAddress, string comment ) : void | ||
host | string | |
ipAddress | string | |
comment | string | |
return | void |
public remove ( string host, string comment ) : void | ||
host | string | |
comment | string | |
return | void |