Imports System.NetModule Example Public Sub Main() Dim hostInfo As IPHostEntry = Dns.GetHostByName("www.google.com") End SubEnd Module