Partager via


ExportedDelegate Constructeurs

Définition

Initialise une nouvelle instance de la classe ExportedDelegate.

Surcharges

ExportedDelegate()

Initialise une nouvelle instance de la classe ExportedDelegate.

ExportedDelegate(Object, MethodInfo)

Initialise une nouvelle instance de la classe ExportedDelegate pour le composant et la méthode spécifiés.

ExportedDelegate()

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

Initialise une nouvelle instance de la classe ExportedDelegate.

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

S’applique à

ExportedDelegate(Object, MethodInfo)

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

Initialise une nouvelle instance de la classe ExportedDelegate pour le composant et la méthode spécifiés.

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)

Paramètres

instance
Object

Composant exportant la méthode.

method
MethodInfo

Méthode à exporter.

Attributs

S’applique à