CallSiteOps.GetMatch(CallSite) Method

Definition

Caution

do not use this method

Checks whether the executed rule matched.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Parameters

site
CallSite

An instance of the dynamic call site.

Returns

true if the rule matched; otherwise, false.

Attributes

Applies to