Table of Contents

Class ProcessUtil

Namespace
Zyl.VectorTraits.Impl.Util
Assembly
VectorTraits.dll

Process util (进程工具).

public static class ProcessUtil
Inheritance
ProcessUtil
Inherited Members

Properties

SupportedProcess

Whether the creation of process objects is supported (是否支持创建进程对象).

TypeOfProcess

The type of System.Diagnostics.Process. If you are using .NET Standard 1.1 library, you need to set this property in advance; in other cases, you do not need to set it (System.Diagnostics.Process的类型. 若使用 .NET Standard 1.1 的库, 需提前设置本属性; 其他情况下无需设置).

Methods

RunAndFetchLines(Func<bool, string, bool>, string, string, bool, Func<object, bool>?)

Run and fetch text lines (运行与获取每行文本)