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

動態呼叫站台的執行個體。

屬性

適用於