exceptionstest.mof
来自「Pegasus is an open-source implementation」· MOF 代码 · 共 30 行
MOF
30 行
class ExceptionsTestClass{ [key, read] string listName;};class FirstClass:ExceptionsTestClass { [key, read] Uint16 Id; [read, write] string Message;};class SecondClass:ExceptionsTestClass{ [key, read] Uint8 Srno; [read, write] string Name;};class ThirdClass:ExceptionsTestClass{ [read, write] string CName;};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?