8990919293949596979899
if (asm != null) { Type type = asm.GetType("Microsoft.VisualBasic.Devices.ComputerInfo"); if (type != null) { PropertyInfo property = type.GetProperty(propertyName); if (property != null) { Object obj = Activator.CreateInstance(type); try {