📄 cim_fifopipefile.mof
字号:
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================// CIM_FIFOPipeFile// ================================================================== [UMLPackagePath ( "CIM::System::FileElements" ), Version ( "2.6.0" ), Description ( "FIFOPipeFile is a special type of LogicalFile that represents " "an interprocess FIFO (sometimes referred to as a \"named " "pipe\"). Operating systems use this convention to manage " "interprocess communication through processes reading and " "writing the FIFO. The FIFO can be accessed by unrelated " "processes, in contrast to the more well-known command line " "redirection mechanism (e.g. UNIX's 'ps -eaf | grep foo', also " "known as an \"unnamed pipe\"). An exemplary operating system " "implementation (using the FIFO concept) is the UNIX S_IFIFO " "file type.")]class CIM_FIFOPipeFile : CIM_LogicalFile {};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -