Constructeur System::Threading::Mutex::Mutex
Mutex::Mutex() constructor
Informations RTTI.
System::Threading::Mutex::Mutex()
Remarques
Construit un mutex non possédé.
Voir aussi
- Class Mutex
- Namespace System::Threading
- Library Aspose.Font for C++
Mutex::Mutex(bool) constructor
Constructeur.
System::Threading::Mutex::Mutex(bool initiallyOwned)
| Paramètre | Type | Description |
|---|---|---|
| initiallyOwned | bool | Si true, le mutex en cours de construction est possédé initialement. |
Voir aussi
- Class Mutex
- Namespace System::Threading
- Library Aspose.Font for C++
Mutex::Mutex(bool, const String&) constructor
Constructeur.
System::Threading::Mutex::Mutex(bool initiallyOwned, const String &name)
| Paramètre | Type | Description |
|---|---|---|
| initiallyOwned | bool | Si true, le mutex en cours de construction est possédé initialement. |
| nom | const String& | Nom du mutex. |
Voir aussi
- Class String
- Class Mutex
- Namespace System::Threading
- Library Aspose.Font for C++