⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 parsertestproviderr.mof

📁 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
💻 MOF
字号:
// ===================================================================// 	ParserTestProvider// ===================================================================instance of PG_ProviderModule{   Description = "A simple test provider";   Name = "ParserTestProviderModule";   Location = "ParserTestProviderModule";   Vendor = "OpenPegasus";   Version = "2.1.0";   InterfaceType = "C++Default";   InterfaceVersion = "2.1.0";};instance of PG_Provider{   ProviderModuleName = "ParserTestProviderModule";   // The provider name as referenced in the code.   Name = "XMLParserTestProvider";	};instance of PG_ProviderCapabilities{   ProviderModuleName = "ParserTestProviderModule";   ProviderName = "ParserTestProvider";   CapabilityID = "1";   // Name of the CIM class as defined in the mof.   ClassName = "SampleXMLParserTestClass";   Namespaces = {"root/cimv2"};   ProviderType = { 2 }; // Instance   SupportedProperties = NULL; // All properties   SupportedMethods = NULL; // All methods};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -