using System;
using System.Collections.Generic;
using System.Text;
using Jxmstc.common.Network;
using System.Collections;
using Microsoft.Win32;
using System.Windows.Forms;
using System.IO;
using System.Web;
using System.Data;
using Jxmstc.scvmm.Utils;
using System.Management;
namespace Jxmstc.vm.operation
{
/*
*获取虚拟机中安装软件信息
*/
class InstallSoftData : BaseOpertaion
{
private string sReturnMessage = string.Empty;
HttpProcessor p;
string addressWidth = String.Empty;
private new static readonly log4net.ILog log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
public override void Excute(Hashtable htParameters, HttpProcessor _p)
{
//保存返回的Json格式安装的软件信息
p = _p;
string bit32 = string.Empty;
string bit64 = string.Empty;
RegistryKey localMachine;
RegistryKey Uninstall;
C#获取32位或者64位系统安装软件信息
最新推荐文章于 2024-04-13 16:55:38 发布