RuntimeHelpers.PrepareDelegate(Delegate) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示應該準備指定的委派,以便將該委派加入限制的執行區域 (CER)。
public:
static void PrepareDelegate(Delegate ^ d);
public static void PrepareDelegate (Delegate d);
[System.Security.SecurityCritical]
public static void PrepareDelegate (Delegate d);
static member PrepareDelegate : Delegate -> unit
[<System.Security.SecurityCritical>]
static member PrepareDelegate : Delegate -> unit
Public Shared Sub PrepareDelegate (d As Delegate)
參數
- d
- Delegate
要準備的委派類型。
- 屬性
備註
編譯程式會使用此方法來準備委派的調用方法,以及準備該調用的目標 (,以及委派的靜態可判斷呼叫圖形,) 為條件約束的執行區域, (CER) 。