SecurityPermissionAttribute.ControlThread 속성

정의

스레드를 조작하기 위한 사용 권한이 선언되었는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

스레드를 조작하기 위한 사용 권한이 선언되었으면 true이고, 그러지 않으면 false입니다.

설명

자세한 내용은 Thread를 참조하세요.

적용 대상