ExportedDelegate Costruttori

Definizione

Inizializza una nuova istanza della classe ExportedDelegate.

Overload

ExportedDelegate()

Inizializza una nuova istanza della classe ExportedDelegate.

ExportedDelegate(Object, MethodInfo)

Inizializza una nuova istanza della classe ExportedDelegate per la parte e il metodo specificati.

ExportedDelegate()

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

Inizializza una nuova istanza della classe ExportedDelegate.

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

Si applica a

ExportedDelegate(Object, MethodInfo)

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

Inizializza una nuova istanza della classe ExportedDelegate per la parte e il metodo specificati.

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)

Parametri

instance
Object

Parte che esporta il metodo.

method
MethodInfo

Metodo da esportare.

Attributi

Si applica a