📄 multithreadingsampleproviderr.mof
字号:
#pragma locale ("en_US")instance of PG_ProviderModule { Description = "Instance Provider for the MultithreadingSampleClass"; Caption = "Instance Provider for the Multithreading Sample"; Name = "MultithreadingSampleProviderModule"; Vendor = "OpenPegasus"; Version = "1.0"; InterfaceType = "C++Default"; InterfaceVersion = "2.1.0"; Location = "MultithreadingSampleProvider";};instance of PG_Provider{ ProviderModuleName = "MultithreadingSampleProviderModule"; Name = "MultithreadingSampleProvider";};instance of PG_ProviderCapabilities{ ProviderModuleName = "MultithreadingSampleProviderModule"; ProviderName = "MultithreadingSampleProvider"; CapabilityID = "MultithreadingSampleProvider"; ClassName = "ThreadSampleOne"; Namespaces = { "root/SampleProvider" }; ProviderType = { 2 }; SupportedProperties = NULL; SupportedMethods = NULL;};instance of PG_ProviderCapabilities{ ProviderModuleName = "MultithreadingSampleProviderModule"; ProviderName = "MultithreadingSampleProvider"; CapabilityID = "MultithreadingSampleProvider"; ClassName = "ThreadSampleTwo"; Namespaces = { "root/SampleProvider" }; ProviderType = { 2 }; SupportedProperties = NULL; SupportedMethods = NULL;};instance of PG_ProviderCapabilities{ ProviderModuleName = "MultithreadSampleProviderModule"; ProviderName = "MultithreadSampleProvider"; CapabilityID = "MultithreadSampleProvider"; ClassName = "ThreadSampleThree"; Namespaces = { "root/SampleProvider" }; ProviderType = { 2 }; SupportedProperties = NULL; SupportedMethods = NULL;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -