C# Class PSHostsFile.HostsFileEntry

Show file 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 property

public string Address
return string

Hostname public property

public string Hostname
return string