#pragma namespace("\\\\.\\root\\default") instance of __namespace{ name="MS_804";}; #pragma namespace("\\\\.\\root\\default\\MS_804") [Description("此资源用于管理进程。") : Amended,AMENDMENT, LOCALE(0x0804)] class MSFT_ProcessResource : OMI_BaseResource { [key,Description("进程的完整路径或文件名") : Amended] string Path; [key,Description("可选进程参数") : Amended] string Arguments; [Description("可选进程凭据") : Amended] string Credential; [Description("一个枚举值,用于描述该进程是否应正在计算机上运行。\n存在 {默认值} \n不存在 \n") : Amended] string Ensure; [Description("输出要重定向到的文件的路径") : Amended] string StandardOutputPath; [Description("错误要重定向到的文件的路径") : Amended] string StandardErrorPath; [Description("要从其重定向输入的文件的路径") : Amended] string StandardInputPath; [Description("进程工作目录") : Amended] string WorkingDirectory; [Description("进程分页内存大小") : Amended] uint64 PagedMemorySize; [Description("进程非分页内存大小") : Amended] uint64 NonPagedMemorySize; [Description("进程虚拟内存大小") : Amended] uint64 VirtualMemorySize; [Description("进程句柄计数") : Amended] sint32 HandleCount; [Description("进程 ID") : Amended] sint32 ProcessId; };