Table of Contents

Property TypeOfProcess

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

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 的库, 需提前设置本属性; 其他情况下无需设置).

public static Type? TypeOfProcess { get; set; }

Property Value

Type

Remarks

Zyl.VectorTraits.Impl.Util.ProcessUtil.TypeOfProcess = typeof(System.Diagnostics.Process);