HostProtectionAttribute.ExternalThreading 속성

정의

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

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

속성 값

true외부 스레딩이 노출되면 이고, 그렇지 않으면 . false 기본값은 false입니다.

설명

외부 스레딩을 노출하는 코드는 자체 스레드가 아닌 다른 스레드를 만들거나 조작하며 이는 호스트에 해로울 수 있습니다.

적용 대상

추가 정보