ProcessInfo.RequestCount 属性

定义

获取进程的启动请求数。

public:
 property int RequestCount { int get(); };
public int RequestCount { get; }
member this.RequestCount : int
Public ReadOnly Property RequestCount As Integer

属性值

进程执行的请求数。

适用于