ExportedDelegate Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
ExportedDelegate sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
| ExportedDelegate() |
ExportedDelegate sınıfının yeni bir örneğini başlatır. |
| ExportedDelegate(Object, MethodInfo) |
Belirtilen bölüm ve yöntem için sınıfının yeni bir örneğini ExportedDelegate başlatır. |
ExportedDelegate()
- Kaynak:
- ExportedDelegate.cs
- Kaynak:
- ExportedDelegate.cs
- Kaynak:
- ExportedDelegate.cs
ExportedDelegate sınıfının yeni bir örneğini başlatır.
protected:
ExportedDelegate();
protected ExportedDelegate ();
Protected Sub New ()
Şunlara uygulanır
ExportedDelegate(Object, MethodInfo)
- Kaynak:
- ExportedDelegate.cs
- Kaynak:
- ExportedDelegate.cs
- Kaynak:
- ExportedDelegate.cs
Belirtilen bölüm ve yöntem için sınıfının yeni bir örneğini ExportedDelegate başlatır.
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)
Parametreler
- instance
- Object
Yöntemini dışarı aktaran bölüm.
- method
- MethodInfo
Dışarı aktarılacak yöntem.
- Öznitelikler