ThreadSafeAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public sealed class ThreadSafeAttribute : Attribute
type ThreadSafeAttribute = class
inherit Attribute
- 繼承
-
ThreadSafeAttribute
備註
這個屬性是用來表示類別中套用這個 的方法,或從背景執行緒安全地呼叫套用這個 的方法。
屬性只與 UIKit/AppKit 類別和任何 UIKit/AppKit 類型的子類別有關。 UIKit/AppKit 以外的類別和方法中沒有這個方法是刻意的。
建構函式
ThreadSafeAttribute() |
初始化新的 ThreadSafe 屬性。 |
ThreadSafeAttribute(Boolean) |
初始化新的 ThreadSafe 屬性。 |
屬性
Safe |
如果 API 是安全線程,則為 。 |