#pragma namespace("\\\\.\\root\\default") instance of __namespace{ name="MS_804";}; #pragma namespace("\\\\.\\root\\default\\MS_804") [Description("此资源用于对 Windows 注册表执行 Get、Set 和 Test 操作。") : Amended,AMENDMENT, LOCALE(0x0804)] class MSFT_RegistryResource : OMI_BaseResource { [Key,Description("注册表项的路径。\n") : Amended] string Key; [Key,Description("注册表项值的名称。\n") : Amended] string ValueName; [Description("注册表项值数据。\n") : Amended] string ValueData[]; [Description("注册表项数据的类型。\n") : Amended] string ValueType; [Description("一个枚举值,用于描述该环境变量是否应存在于目标计算机上。\n存在 {默认值} \n不存在 \n") : Amended] string Ensure; [Description("用于标识十六进制或十进制值的标志。\n") : Amended] boolean Hex; [Description("用于指定强制执行的标志。\n") : Amended] boolean Force; };