CallSiteOps.ClearMatch(CallSite) 方法

定义

注意

do not use this method

清除作出匹配的调用站点上的匹配标志。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 static void ClearMatch(System::Runtime::CompilerServices::CallSite ^ site);
[System.Obsolete("do not use this method", true)]
public static void ClearMatch (System.Runtime.CompilerServices.CallSite site);
[<System.Obsolete("do not use this method", true)>]
static member ClearMatch : System.Runtime.CompilerServices.CallSite -> unit
Public Shared Sub ClearMatch (site As CallSite)

参数

site
CallSite

动态调用站点的实例。

属性

适用于