MACHINE_INFO

描述特定计算机。

typedef struct tagMACHINE_INFO { 
   MACHINE_INFO_FIELDS Fields;
   BSTR                bstrName;
   MACHINE_INFO_FLAGS  Flags;
} MACHINE_INFO;
public struct MACHINE_INFO { 
   public uint   Fields;
   public string bstrName;
   public uint   Flags;
};

成员

备注

此结构通过对 IDebugCoreServer2:: GetMachineInfo 方法的调用返回。

要求

标题:msdbg.h

命名空间:Microsoft.VisualStudio.Debugger.Interop

程序集:Microsoft.VisualStudio.Debugger.Interop.dll

请参见

参考

结构和联合

MACHINE_INFO_FIELDS

IDebugCoreServer2:: GetMachineInfo