共用方式為


MutexAcl 類別

定義

提供特定於 Windows 的擴充方法,可用來建立具有特定存取控制清單 (ACL) 安全性的 Mutex 物件。

public ref class MutexAcl abstract sealed
public static class MutexAcl
type MutexAcl = class
Public Class MutexAcl
繼承
MutexAcl

方法

Create(Boolean, String, Boolean, MutexSecurity)

取得或建立 Mutex 執行個體,允許在建立 Mutex 期間,選擇性地指定 MutexSecurity 以進行設定。

OpenExisting(String, MutexRights)

開啟指定的具名 Mutex,如果已經存在,並套用所需的存取權限。

TryOpenExisting(String, MutexRights, Mutex)

嘗試開啟指定的具名 mutex,如果已經存在,請套用所需的存取權限,並傳回值,指出作業是否成功。

適用於