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

属性

适用于