C# 클래스 FOG.Modules.HostnameChanger.Windows.WindowsHostName

상속: IHostName
파일 보기 프로젝트 열기: FOGProject/fog-client

공개 메소드들

메소드 설명
ActivateComputer ( string key ) : void
RegisterComputer ( DataContracts msg ) : bool
RenameComputer ( string hostname ) : void
UnRegisterComputer ( DataContracts msg ) : void

비공개 메소드들

메소드 설명
DomainWrapper ( DataContracts msg, bool ou, JoinOptions options ) : int
NetJoinDomain ( string lpServer, string lpDomain, string lpAccountOU, string lpAccount, string lpPassword, JoinOptions nameType ) : int
NetUnjoinDomain ( string lpServer, string lpAccount, string lpPassword, UnJoinOptions fUnjoinOptions ) : int

메소드 상세

ActivateComputer() 공개 메소드

public ActivateComputer ( string key ) : void
key string
리턴 void

RegisterComputer() 공개 메소드

public RegisterComputer ( DataContracts msg ) : bool
msg DataContracts
리턴 bool

RenameComputer() 공개 메소드

public RenameComputer ( string hostname ) : void
hostname string
리턴 void

UnRegisterComputer() 공개 메소드

public UnRegisterComputer ( DataContracts msg ) : void
msg DataContracts
리턴 void