ExportedDelegate 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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
要导出的方法。
- 属性