ThreadSafeAttribute 类

定义

T:System.Attribute,指示适用于 iOS) 的 UIKit (或适用于 macOS 的 AppKit () 方法或类是线程安全的。

public sealed class ThreadSafeAttribute : Attribute
type ThreadSafeAttribute = class
    inherit Attribute
继承
ThreadSafeAttribute

注解

此属性用于指示可以安全地从后台线程调用应用此属性的类中的方法或应用此方法的方法。

属性仅与 UIKit/AppKit 类和 UIKit/AppKit 类型的任何子类相关。 UIKit/AppKit 外部的类和方法中缺少此方法是有意的。

构造函数

ThreadSafeAttribute()

初始化新的 ThreadSafe 属性。

ThreadSafeAttribute(Boolean)

初始化新的 ThreadSafe 属性。

属性

Safe

如果 API 是线程安全的,则为 。

适用于