IHostCrst Interface
Serves as the host's representation of a critical section for threading.
Methods
Method | Description |
---|---|
Enter Method | Enters the critical section. |
Leave Method | Leaves the critical section. |
SetSpinCount Method | Sets the spin count for the critical section. |
TryEnter Method | Attempts to enter the critical section, and reports success or failure immediately. |
Remarks
IHostCrst
allows the common language runtime (CLR) to communicate directly with the host's representation of a critical section, rather than using Win32 functions such as EnterCriticalSection
or LeaveCriticalSection
.
Requirements
Platforms: See System Requirements.
Header: MSCorEE.h
Library: Included as a resource in MSCorEE.dll
.NET Framework Versions: Available since 2.0
See also
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.