Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies flags to select options for thread safety.
Syntax
typedef enum CorThreadSafetyOptions {
MDThreadSafetyDefault = 0x00000000,
MDThreadSafetyOff = 0x00000000,
MDThreadSafetyOn = 0x00000001,
} CorThreadSafetyOptions;
Members
| Member | Description |
|---|---|
MDThreadSafetyDefault |
Default value. Same as MDThreadSafetyOff. |
MDThreadSafetyOff |
Indicates that a reader/writer lock cannot be set. |
MDThreadSafetyOn |
Indicates that a reader/writer lock can be set. |
Requirements
Platforms: See .NET supported operating systems.
Header: CorHdr.h
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.