Método Marshal.ReleaseThreadCache ()
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Observação: Esta API agora está obsoleta.
Libera o cache de thread.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
[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
Segurança
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Classe Marshal
Namespace System.Runtime.InteropServices
Retornar ao início