Compartir a través de


Método Marshal.ReleaseThreadCache ()

 

Publicado: octubre de 2016

Nota: Esta API ahora está obsoleta.

Libera la memoria caché del subproceso.

Espacio de nombres:   System.Runtime.InteropServices
Ensamblado:  mscorlib (en mscorlib.dll)

Sintaxis

[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

Seguridad

SecurityCriticalAttribute

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

Información de versión

.NET Framework
Disponible desde 1.1

Ver también

Clase Marshal
Espacio de nombres System.Runtime.InteropServices

Volver al principio