EventBuilder.SetRemoveOnMethodCore(MethodBuilder) メソッド

定義

派生クラスでオーバーライドされた場合、サブスクライブ解除に使用するメソッドをこのイベントに設定します。

protected:
 abstract void SetRemoveOnMethodCore(System::Reflection::Emit::MethodBuilder ^ mdBuilder);
protected abstract void SetRemoveOnMethodCore (System.Reflection.Emit.MethodBuilder mdBuilder);
abstract member SetRemoveOnMethodCore : System.Reflection.Emit.MethodBuilder -> unit
Protected MustOverride Sub SetRemoveOnMethodCore (mdBuilder As MethodBuilder)

パラメーター

mdBuilder
MethodBuilder

このイベントをアンサブスクライブするメソッドを表す MethodBuilder オブジェクト。

適用対象