다음을 통해 공유


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가 스레드로부터 안전한지 여부입니다.

적용 대상