次の方法で共有


ExportedDelegate コンストラクター

定義

ExportedDelegate クラスの新しいインスタンスを初期化します。

オーバーロード

ExportedDelegate()

ExportedDelegate クラスの新しいインスタンスを初期化します。

ExportedDelegate(Object, MethodInfo)

指定したパーツおよびメソッド用に、ExportedDelegate クラスの新しいインスタンスを初期化します。

ExportedDelegate()

ソース:
ExportedDelegate.cs
ソース:
ExportedDelegate.cs
ソース:
ExportedDelegate.cs

ExportedDelegate クラスの新しいインスタンスを初期化します。

protected:
 ExportedDelegate();
protected ExportedDelegate ();
Protected Sub New ()

適用対象

ExportedDelegate(Object, MethodInfo)

ソース:
ExportedDelegate.cs
ソース:
ExportedDelegate.cs
ソース:
ExportedDelegate.cs

指定したパーツおよびメソッド用に、ExportedDelegate クラスの新しいインスタンスを初期化します。

public:
 ExportedDelegate(System::Object ^ instance, System::Reflection::MethodInfo ^ method);
public ExportedDelegate (object instance, System.Reflection.MethodInfo method);
public ExportedDelegate (object? instance, System.Reflection.MethodInfo method);
[System.Security.SecurityCritical]
public ExportedDelegate (object instance, System.Reflection.MethodInfo method);
new System.ComponentModel.Composition.Primitives.ExportedDelegate : obj * System.Reflection.MethodInfo -> System.ComponentModel.Composition.Primitives.ExportedDelegate
[<System.Security.SecurityCritical>]
new System.ComponentModel.Composition.Primitives.ExportedDelegate : obj * System.Reflection.MethodInfo -> System.ComponentModel.Composition.Primitives.ExportedDelegate
Public Sub New (instance As Object, method As MethodInfo)

パラメーター

instance
Object

メソッドをエクスポートするパーツ。

method
MethodInfo

エクスポートするメソッド。

属性

適用対象