HostInformation object
The HostInformation object holds information about a host ( HINFO ).  Use the HostInformation property to access the host information. The HINFO records are used to acquire general information about a host. The main use is for protocols such as FTP that can use special procedures when talking between machines or operating systems of the same type. 

The following sample prints information about a host:

Dim n As New LookupNS
MsgBox n.Query("info.name-services.com").HostInformation.CPU

The HostInformation object supports the following properties and methods:

NameDescription
CPUSpecifies the type of the host's CPU.
OSSpecifies the host's operating system.