Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Provides methods that notify the host of events in the garbage collection mechanism implemented by the common language runtime (CLR).
interface IHostGCManager : IUnknown {
HRESULT SuspensionEnding (
DWORD generation
);
HRESULT SuspensionStarting ();
HRESULT ThreadIsBlockingForSuspension ();
};
Members
Member |
Description |
|---|---|
Notifies the host that the CLR is resuming execution of tasks on threads that had been suspended for a garbage collection. |
|
Notifies the host that the CLR is suspending execution of tasks, to perform a garbage collection. |
|
Notifies the host that the thread from which the method call was made is about to block for a garbage collection. |
Requirements
Platforms: See .NET Framework System Requirements.
Header: MSCorEE.idl
Library: Included as a resource in MSCorEE.dll
.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0