C# Class PSHostsFile.HostsFileEntry

Mostrar archivo Open project: fschwiet/PSHostsFile

Public Properties

Property Type Description
Address string
Hostname string

Public Methods

Method Description
HostsFileEntry ( string hostname, string address )
ToString ( ) : string

Method Details

HostsFileEntry() public method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

Address public_oe property

public string Address
return string

Hostname public_oe property

public string Hostname
return string