ExportedDelegate 构造函数

定义

初始化 ExportedDelegate 类的新实例。

重载

ExportedDelegate()

初始化 ExportedDelegate 类的新实例。

ExportedDelegate(Object, MethodInfo)

针对指定的部件和方法初始化 ExportedDelegate 类的新实例。

ExportedDelegate()

Source:
ExportedDelegate.cs
Source:
ExportedDelegate.cs
Source:
ExportedDelegate.cs

初始化 ExportedDelegate 类的新实例。

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

适用于

ExportedDelegate(Object, MethodInfo)

Source:
ExportedDelegate.cs
Source:
ExportedDelegate.cs
Source:
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

要导出的方法。

属性

适用于