ExportedDelegate Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der ExportedDelegate-Klasse.
Überlädt
ExportedDelegate() |
Initialisiert eine neue Instanz der ExportedDelegate-Klasse. |
ExportedDelegate(Object, MethodInfo) |
Initialisiert eine neue Instanz der ExportedDelegate-Klasse für das angegebene Part und die angegebene Methode. |
ExportedDelegate()
- Quelle:
- ExportedDelegate.cs
- Quelle:
- ExportedDelegate.cs
- Quelle:
- ExportedDelegate.cs
Initialisiert eine neue Instanz der ExportedDelegate-Klasse.
protected:
ExportedDelegate();
protected ExportedDelegate ();
Protected Sub New ()
Gilt für:
ExportedDelegate(Object, MethodInfo)
- Quelle:
- ExportedDelegate.cs
- Quelle:
- ExportedDelegate.cs
- Quelle:
- ExportedDelegate.cs
Initialisiert eine neue Instanz der ExportedDelegate-Klasse für das angegebene Part und die angegebene Methode.
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)
Parameter
- instance
- Object
Das Part, von dem die Methode exportiert wird.
- method
- MethodInfo
Die zu exportierende Methode.
- Attribute