Marshal.ReleaseThreadCache Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This API did not perform any operation and will be removed in future versions of the CLR.
Releases the thread cache.
public:
static void ReleaseThreadCache();
public static void ReleaseThreadCache ();
[System.Obsolete("This API did not perform any operation and will be removed in future versions of the CLR.", false)]
public static void ReleaseThreadCache ();
[System.Obsolete("This API did not perform any operation and will be removed in future versions of the CLR.", false)]
[System.Security.SecurityCritical]
public static void ReleaseThreadCache ();
static member ReleaseThreadCache : unit -> unit
[<System.Obsolete("This API did not perform any operation and will be removed in future versions of the CLR.", false)>]
static member ReleaseThreadCache : unit -> unit
[<System.Obsolete("This API did not perform any operation and will be removed in future versions of the CLR.", false)>]
[<System.Security.SecurityCritical>]
static member ReleaseThreadCache : unit -> unit
Public Shared Sub ReleaseThreadCache ()
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.