ExportedDelegate 建構函式

定義

初始化 ExportedDelegate 類別的新執行個體。

多載

名稱 Description
ExportedDelegate()

初始化 ExportedDelegate 類別的新執行個體。

ExportedDelegate(Object, MethodInfo)

初始化該類別的新實例 ExportedDelegate ,針對指定的部分與方法。

ExportedDelegate()

初始化 ExportedDelegate 類別的新執行個體。

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

適用於

ExportedDelegate(Object, MethodInfo)

初始化該類別的新實例 ExportedDelegate ,針對指定的部分與方法。

public:
 ExportedDelegate(System::Object ^ instance, System::Reflection::MethodInfo ^ method);
[System.Security.SecurityCritical]
public ExportedDelegate(object instance, System.Reflection.MethodInfo method);
[<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

要出口的方法。

屬性

適用於