Thread.GetCurrentProcessorId 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得用來指出目前執行緒正在哪個處理器上執行的識別碼。
public:
static int GetCurrentProcessorId();
public static int GetCurrentProcessorId ();
static member GetCurrentProcessorId : unit -> int
Public Shared Function GetCurrentProcessorId () As Integer
傳回
代表已快取之處理器識別碼的整數。
備註
此值會快取並定期重新整理。 使用時可能過時:取用程式碼不得依賴其正確性。
值不保證為以零起始的處理器編號。