Marshal.ReleaseThreadCache 方法   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
This API did not perform any operation and will be removed in future versions of the CLR.
释放线程缓存。
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 ()
	- 属性