Aracılığıyla paylaş


ExportedDelegate Oluşturucular

Tanım

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

Şunlara uygulanır