CallSiteOps.SetNotMatched(CallSite) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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
。
- 屬性