HostProtectionAttribute.SelfAffectingThreading 속성

정의

자체 영향을 주는 스레딩이 노출되는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool SelfAffectingThreading { bool get(); void set(bool value); };
public bool SelfAffectingThreading { get; set; }
member this.SelfAffectingThreading : bool with get, set
Public Property SelfAffectingThreading As Boolean

속성 값

true자체 영향을 주는 스레딩이 노출되면 이고, 그렇지 않으면 . false 기본값은 false입니다.

설명

자체 영향을 주는 스레딩은 사용자 코드에만 영향을 주는 방식으로 스레드를 조작합니다.

적용 대상

추가 정보