The MutexConfig type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MutexConfig | Initializes a new instance of the MutexConfig class  | 
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | 
                    Serves as a hash function for a particular type. 
                  (Inherited from Object.) | |
| GetType | 
                    Gets the Type of the current instance.
                  (Inherited from Object.) | |
| ToString | (Inherited from Object.) | 
Properties
| Name | Description | |
|---|---|---|
| Alignment | 
            The mutex alignment, in bytes.
              | |
| Increment | 
            Configure the number of additional mutexes to allocate.
              | |
| MaxMutexes | 
            The total number of mutexes to allocate.
              | |
| NumTestAndSetSpins | 
            The number of spins test-and-set mutexes should execute before
            blocking. 
              |