CallSiteOps.SetNotMatched(CallSite) 方法

定义

注意

do not use this method

检查动态站点是否需要更新。

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

public:
 static bool SetNotMatched(System::Runtime::CompilerServices::CallSite ^ site);
[System.Obsolete("do not use this method", true)]
public static bool SetNotMatched (System.Runtime.CompilerServices.CallSite site);
[<System.Obsolete("do not use this method", true)>]
static member SetNotMatched : System.Runtime.CompilerServices.CallSite -> bool
Public Shared Function SetNotMatched (site As CallSite) As Boolean

参数

site
CallSite

动态调用站点的实例。

返回

如果规则不需要更新,则为 true;否则为 false

属性

适用于