Constructeur System::Threading::Mutex::Mutex

Mutex::Mutex() constructor

Informations RTTI.

System::Threading::Mutex::Mutex()

Remarques

Construit un mutex non possédé.

Voir aussi

Mutex::Mutex(bool) constructor

Constructeur.

System::Threading::Mutex::Mutex(bool initiallyOwned)
ParamètreTypeDescription
initiallyOwnedboolSi true, le mutex en cours de construction est possédé initialement.

Voir aussi

Mutex::Mutex(bool, const String&) constructor

Constructeur.

System::Threading::Mutex::Mutex(bool initiallyOwned, const String &name)
ParamètreTypeDescription
initiallyOwnedboolSi true, le mutex en cours de construction est possédé initialement.
nomconst String&Nom du mutex.

Voir aussi