C# Class PSHostsFile.HostsFileEntry

Afficher le fichier Open project: fschwiet/PSHostsFile

Méthodes publiques

Свойство Type Description
Address string
Hostname string

Méthodes publiques

Méthode Description
HostsFileEntry ( string hostname, string address )
ToString ( ) : string

Method Details

HostsFileEntry() public méthode

public HostsFileEntry ( string hostname, string address )
hostname string
address string

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Address public_oe property

public string Address
Résultat string

Hostname public_oe property

public string Hostname
Résultat string