Partager via


ThreadSafeAttribute Constructeurs

Définition

Surcharges

ThreadSafeAttribute()

Initialise un nouvel attribut ThreadSafe.

ThreadSafeAttribute(Boolean)

Initialise un nouvel attribut ThreadSafe.

ThreadSafeAttribute()

Initialise un nouvel attribut ThreadSafe.

public ThreadSafeAttribute ();

S’applique à

ThreadSafeAttribute(Boolean)

Initialise un nouvel attribut ThreadSafe.

public ThreadSafeAttribute (bool safe);
new ObjCRuntime.ThreadSafeAttribute : bool -> ObjCRuntime.ThreadSafeAttribute

Paramètres

safe
Boolean

Si l’API est thread-safe ou non.

S’applique à