EventBuilder.SetRaiseMethod(MethodBuilder) メソッド

定義

このイベントの発生に使用するメソッドを設定します。

public:
 void SetRaiseMethod(System::Reflection::Emit::MethodBuilder ^ mdBuilder);
public void SetRaiseMethod(System.Reflection.Emit.MethodBuilder mdBuilder);
member this.SetRaiseMethod : System.Reflection.Emit.MethodBuilder -> unit
Public Sub SetRaiseMethod (mdBuilder As MethodBuilder)

パラメーター

mdBuilder
MethodBuilder

このイベントの発生に使用するメソッドを表す MethodBuilder オブジェクト。

例外

mdBuildernullです。

CreateType() は、外側の型で呼び出されました。

適用対象