exceptionstestr.mof
来自「Pegasus is an open-source implementation」· MOF 代码 · 共 56 行
MOF
56 行
#pragma locale ("en_US")instance of PG_ProviderModule { Description = "Instance Provider for the TestClass"; Caption = "Instance Provider for the TestClass"; Name = "ExceptionsTestModule"; Vendor = "OpenPegasus"; Version = "1.0"; InterfaceType = "C++Default"; InterfaceVersion = "2.1.0"; Location = "ExceptionsTest";};instance of PG_Provider{ ProviderModuleName = "ExceptionsTestModule"; Name = "ExceptionsTest";};instance of PG_ProviderCapabilities{ ProviderModuleName = "ExceptionsTestModule"; ProviderName = "ExceptionsTest"; CapabilityID = "ExceptionsTest"; ClassName = "FirstClass"; Namespaces = { "root/SampleProvider" }; ProviderType = { 2 }; SupportedProperties = NULL; SupportedMethods = NULL;};instance of PG_ProviderCapabilities{ ProviderModuleName = "ExceptionsTestModule"; ProviderName = "ExceptionsTest"; CapabilityID = "ExceptionsTest"; ClassName = "SecondClass"; Namespaces = { "root/SampleProvider" }; ProviderType = { 2 }; SupportedProperties = NULL; SupportedMethods = NULL;};instance of PG_ProviderCapabilities{ ProviderModuleName = "ExceptionsTestModule"; ProviderName = "ExceptionsTest"; CapabilityID = "ExceptionsTest"; ClassName = "ThirdClass"; Namespaces = { "root/SampleProvider" }; ProviderType = { 2 }; SupportedProperties = NULL; SupportedMethods = NULL;};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?