TypeBuilder.DefineMethodOverrideCore(MethodInfo, MethodInfo) メソッド

定義

派生クラスでオーバーライドされた場合、特定のメソッド宣言を実装する特定のメソッド本体を指定します。名前が異なる可能性があります。

protected:
 abstract void DefineMethodOverrideCore(System::Reflection::MethodInfo ^ methodInfoBody, System::Reflection::MethodInfo ^ methodInfoDeclaration);
protected abstract void DefineMethodOverrideCore (System.Reflection.MethodInfo methodInfoBody, System.Reflection.MethodInfo methodInfoDeclaration);
abstract member DefineMethodOverrideCore : System.Reflection.MethodInfo * System.Reflection.MethodInfo -> unit
Protected MustOverride Sub DefineMethodOverrideCore (methodInfoBody As MethodInfo, methodInfoDeclaration As MethodInfo)

パラメーター

methodInfoBody
MethodInfo

使用するメソッド本体。 これは MethodBuilder オブジェクトである必要があります。

methodInfoDeclaration
MethodInfo

宣言が使用されるメソッド。

適用対象