ProcessInfo.RequestCount 属性

定义

获取进程的启动请求数。Gets the number of start requests for the process.

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

属性值

Int32

进程所执行的请求的数目。The number of requests executed by the process.

适用于