Freigeben über


Marshal.ReleaseThreadCache-Methode: ()

 

Veröffentlicht: Oktober 2016

Hinweis: Diese API ist jetzt veraltet.

Gibt den Threadcache frei.

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

Syntax

[SecurityCriticalAttribute]
[ObsoleteAttribute("This API did not perform any operation and will be removed in future versions of the CLR.", 
    false)]
public static void ReleaseThreadCache()
public:
[SecurityCriticalAttribute]
[ObsoleteAttribute("This API did not perform any operation and will be removed in future versions of the CLR.", 
    false)]
static void ReleaseThreadCache()
[<SecurityCriticalAttribute>]
[<ObsoleteAttribute("This API did not perform any operation and will be removed in future versions of the CLR.",
    false)>]
static member ReleaseThreadCache : unit -> unit
<SecurityCriticalAttribute>
<ObsoleteAttribute("This API did not perform any operation and will be removed in future versions of the CLR.",
    False)>
Public Shared Sub ReleaseThreadCache

Sicherheit

SecurityCriticalAttribute

requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.

Versionsinformationen

.NET Framework
Verfügbar seit 1.1

Siehe auch

Marshal-Klasse
System.Runtime.InteropServices-Namespace

Zurück zum Anfang