Share via


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

屬性值

如果宣告管理執行緒的使用權限,則為 true;否則為 false

備註

如需詳細資訊,請參閱Thread

適用於