ThreadSafeAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.