CallSiteOps.GetMatch(CallSite) 方法

定义

注意

do not use this method

检查执行的规则是否匹配。

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

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

参数

site
CallSite

动态调用站点的实例。

返回

true 如果规则匹配,则为否则,为 false.

属性

适用于