ExportedDelegate Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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