Belešku
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da se prijavite ili da promenite direktorijume.
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da promenite direktorijume.
Provides methods that notify the host of events in the garbage collection mechanism implemented by the common language runtime (CLR).
Members
| Member | Description |
|---|---|
| SuspensionEnding Method | Notifies the host that the CLR is resuming execution of tasks on threads that had been suspended for a garbage collection. |
| SuspensionStarting Method | Notifies the host that the CLR is suspending execution of tasks, to perform a garbage collection. |
| ThreadIsBlockingForSuspension Method | Notifies the host that the thread from which the method call was made is about to block for a garbage collection. |
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
Sarađujte sa nama na GitHub-u
Izvor za ovaj sadržaj možete da pronađete u usluzi GitHub, gde možete i da kreirate i pregledate probleme i povučete zahteve. Više informacija potražite u našem vodiču za saradnike.