ThreadSafeAttribute Constructors

Definition

Overloads

ThreadSafeAttribute()

Initializes a new ThreadSafe attribute.

ThreadSafeAttribute(Boolean)

Initializes a new ThreadSafe attribute.

ThreadSafeAttribute()

Initializes a new ThreadSafe attribute.

public ThreadSafeAttribute ();

Applies to

ThreadSafeAttribute(Boolean)

Initializes a new ThreadSafe attribute.

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

Parameters

safe
Boolean

If the API is thread-safe or not.

Applies to