ThreadSafeAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ThreadSafeAttribute() |
初始化新的 ThreadSafe 屬性。 |
ThreadSafeAttribute(Boolean) |
初始化新的 ThreadSafe 屬性。 |
ThreadSafeAttribute()
初始化新的 ThreadSafe 屬性。
public ThreadSafeAttribute ();
適用於
ThreadSafeAttribute(Boolean)
初始化新的 ThreadSafe 屬性。
public ThreadSafeAttribute (bool safe);
new ObjCRuntime.ThreadSafeAttribute : bool -> ObjCRuntime.ThreadSafeAttribute
參數
- safe
- Boolean
如果 API 是安全線程,則為 。