Imports SystemImports System.ReflectionClass Example Shared Sub Main() Console.WriteLine("The version of mscorlib.dll is: {0} ",GetType(String).Assembly.GetName().Version) End SubEnd Class