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
Экспортируемый метод.
- Атрибуты