Freigeben über


Marshal.ReleaseThreadCache-Methode

HINWEIS: Diese Methode ist mittlerweile veraltet.

Gibt den Threadcache frei.

Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)

Syntax

'Declaration
<ObsoleteAttribute("This API did not perform any operation and will be removed in future versions of the CLR.", False)> _
Public Shared Sub ReleaseThreadCache
'Usage

Marshal.ReleaseThreadCache
[ObsoleteAttribute("This API did not perform any operation and will be removed in future versions of the CLR.", false)] 
public static void ReleaseThreadCache ()
[ObsoleteAttribute(L"This API did not perform any operation and will be removed in future versions of the CLR.", false)] 
public:
static void ReleaseThreadCache ()
/** @attribute ObsoleteAttribute("This API did not perform any operation and will be removed in future versions of the CLR.", false) */ 
public static void ReleaseThreadCache ()
ObsoleteAttribute("This API did not perform any operation and will be removed in future versions of the CLR.", false) 
public static function ReleaseThreadCache ()

.NET Framework-Sicherheit

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 1.0, 1.1
Veraltet (Compilerwarnung) in 2.0

Siehe auch

Referenz

Marshal-Klasse
Marshal-Member
System.Runtime.InteropServices-Namespace