C# 클래스 anchor.HostEditor

파일 보기 프로젝트 열기: mauris/anchor-app 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
process ( ) : void

메소드 상세

HostEditor() 공개 메소드

public HostEditor ( string file ) : System
file string
리턴 System

add() 공개 메소드

public add ( string host ) : void
host string
리턴 void

add() 공개 메소드

public add ( string host, string ipAddress ) : void
host string
ipAddress string
리턴 void

add() 공개 메소드

public add ( string host, string ipAddress, string comment ) : void
host string
ipAddress string
comment string
리턴 void

clear() 공개 메소드

public clear ( ) : void
리턴 void

clear() 공개 메소드

public clear ( string comment ) : void
comment string
리턴 void

remove() 공개 메소드

public remove ( string host ) : void
host string
리턴 void

remove() 공개 메소드

public remove ( string host, string comment ) : void
host string
comment string
리턴 void

update() 공개 메소드

public update ( ) : void
리턴 void