Imports System.DiagnosticsModule Module1 Sub Main() Console.WriteLine("Thread Count: {0}", Process.GetCurrentProcess().Threads.Count) End SubEnd Module Thread Count: 3