共用方式為


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

要匯出的方法。

屬性

適用於