System::Threading::Mutex::Mutex コンストラクタ
Mutex::Mutex() constructor
RTTI 情報。
System::Threading::Mutex::Mutex()
備考
所有権のないミューテックスを構築します。
参照
- Class Mutex
- Namespace System::Threading
- Library Aspose.Page for C++
Mutex::Mutex(bool) constructor
コンストラクタ。
System::Threading::Mutex::Mutex(bool initiallyOwned)
| パラメーター | 型 | 説明 |
|---|---|---|
| initiallyOwned | bool | true の場合、構築中のミューテックスは最初に所有されます。 |
参照
- Class Mutex
- Namespace System::Threading
- Library Aspose.Page for C++
Mutex::Mutex(bool, const String&) constructor
コンストラクタ。
System::Threading::Mutex::Mutex(bool initiallyOwned, const String &name)
| パラメーター | 型 | 説明 |
|---|---|---|
| initiallyOwned | bool | true の場合、構築中のミューテックスは最初に所有されます。 |
| name | const String& | ミューテックスの名前。 |
参照
- Class String
- Class Mutex
- Namespace System::Threading
- Library Aspose.Page for C++