共用方式為


ProcessThreadInfo.CurrentPriority 屬性

定義

取得或設定目前的執行緒優先順序。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.current_priority")]
public int? CurrentPriority { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.current_priority")>]
member this.CurrentPriority : Nullable<int> with get, set
Public Property CurrentPriority As Nullable(Of Integer)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於