次の方法で共有


ThreadSafeAttribute コンストラクター

定義

オーバーロード

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 がスレッド セーフかどうか。

適用対象