ProcessInfo.RequestCount 属性

定义

获取进程的启动请求数。

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

属性值

Int32

进程所执行的请求的数目。

适用于